diff options
author | asami <asami@FreeBSD.org> | 1995-05-14 14:07:27 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-14 14:07:27 +0800 |
commit | 23c87d50a57d21c8a6cb5cc035a630ecbbf2b2b5 (patch) | |
tree | dbbe8620ced8c3e0c3811ce467e73f9d1de5baf8 /misc/Makefile | |
parent | 39917eb57d4c19f6d7df33e0657241125d85ce8d (diff) | |
download | freebsd-ports-gnome-23c87d50a57d21c8a6cb5cc035a630ecbbf2b2b5.tar.gz freebsd-ports-gnome-23c87d50a57d21c8a6cb5cc035a630ecbbf2b2b5.tar.zst freebsd-ports-gnome-23c87d50a57d21c8a6cb5cc035a630ecbbf2b2b5.zip |
Add lmbench.
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/Makefile b/misc/Makefile index 404a9edb2f80..1c1775f06b14 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,14 +1,14 @@ -# $Id: Makefile,v 1.53 1995/05/13 09:34:38 asami Exp $ +# $Id: Makefile,v 1.54 1995/05/14 03:30:03 asami Exp $ # # RESTRICTED: pgp.usa_only (local restrections) # RESTRICTED: pgp.non-usa_only (local restrictions) # RESTRICTED: mmv (restrictive copyright) # # BROKEN: wine (doesn't install) -# BROKEN: lmbench (not done yet) # -SUBDIR= amanda chord colorls cpm hfs iozone ispell kp less mshell mtools \ +SUBDIR= amanda chord colorls cpm hfs iozone ispell kp less lmbench \ + mshell mtools \ pcemu rman screen top tua xbatt xdu xsysstats .include <bsd.port.subdir.mk> |