aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1994-12-28 20:15:08 +0800
committerJoerg Wunsch <joerg@FreeBSD.org>1994-12-28 20:15:08 +0800
commitd92059bad884576d2149fdcf354e984ffcd28905 (patch)
treeea3bb82e4bc696f52b69c66626ebf9652595ad33
parentd5ae87d0fa8304031152c748c67853b77674a78a (diff)
downloadfreebsd-ports-d92059bad884576d2149fdcf354e984ffcd28905.tar.gz
freebsd-ports-d92059bad884576d2149fdcf354e984ffcd28905.tar.zst
freebsd-ports-d92059bad884576d2149fdcf354e984ffcd28905.zip
Added cpm to the Makefile, now that i know it's working.
Notes
Notes: svn path=/head/; revision=640
-rw-r--r--misc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 328e0d0cc1cc..c507633d2d85 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -1,9 +1,9 @@
-# $Id: Makefile,v 1.28 1994/12/28 04:50:27 ache Exp $
+# $Id: Makefile,v 1.29 1994/12/28 09:38:48 jkh Exp $
#
# restricted: pgp.usa_only pgp.non-usa_only zip.with_encryption \
# unzip.with_encryption
#
-SUBDIR= Wnn calc gshar+gunshar hfs iozone ispell less lha mshell mtools \
+SUBDIR= Wnn calc cpm gshar+gunshar hfs iozone ispell less lha mshell mtools \
netpbm rman screen top unarj unzip xsysstats zip zoo
.include <bsd.port.subdir.mk>