diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-16 05:38:19 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-16 05:38:19 +0000 |
commit | e2db429e78db56e2bd02d991f4bae6d60284cd1c (patch) | |
tree | 984f1748ac944a69cb4cf22348e3e97801c25b4c /misc/Makefile | |
parent | Remove bogus CATEGORIES inside a for loop. (diff) |
Add cpm, pcemu and wine to BROKEN, add mmv to SUBDIR.
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/misc/Makefile b/misc/Makefile index 670b33598368..d2f97138c722 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,8 +1,11 @@ -# $Id: Makefile,v 1.44 1995/03/09 00:51:20 asami Exp $ +# $Id: Makefile,v 1.45 1995/03/16 00:07:34 asami Exp $ # # restricted: pgp.usa_only pgp.non-usa_only # -SUBDIR= amanda colorls cpm hfs iozone ispell less mshell mtools \ +# BROKEN: cpm (no MASTER_SITES) pcemu (no PLIST) wine (doesn't install) +# + +SUBDIR= amanda colorls hfs iozone ispell less mmv mshell mtools \ rman screen top tua xdu xsysstats .include <bsd.port.subdir.mk> |