aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-01-03 17:17:52 +0800
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-01-03 17:17:52 +0800
commiteb497430f37a794c73d998269a028f9011c1e92a (patch)
treec75b8fba7214c1be2075179f3def84be87a6be3d
parent24951e980cbe94cde7da06a4c437c51afbf9803e (diff)
downloadfreebsd-ports-eb497430f37a794c73d998269a028f9011c1e92a.tar.gz
freebsd-ports-eb497430f37a794c73d998269a028f9011c1e92a.tar.zst
freebsd-ports-eb497430f37a794c73d998269a028f9011c1e92a.zip
Neaten this up a little, add acs port.
Notes
Notes: svn path=/head/; revision=673
-rw-r--r--misc/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 23c9ded85ad0..ca6f5d2ee0a1 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -1,9 +1,10 @@
-# $Id: Makefile,v 1.31 1994/12/28 15:23:02 ache Exp $
+# $Id: Makefile,v 1.32 1994/12/31 18:11:42 ache Exp $
#
# restricted: pgp.usa_only pgp.non-usa_only zip.with_encryption \
# unzip.with_encryption
#
-SUBDIR= Wnn arc calc cpm gshar+gunshar hfs iozone ispell less lha mshell mtools \
- netpbm rman screen top unarj unrar unzip xsysstats zip zoo
+SUBDIR= Wnn acs arc calc cpm gshar+gunshar hfs iozone ispell less \
+ lha mshell mtools netpbm rman screen top unarj unrar unzip \
+ xsysstats zip zoo
.include <bsd.port.subdir.mk>