diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 1994-12-28 12:15:08 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 1994-12-28 12:15:08 +0000 |
commit | d92059bad884576d2149fdcf354e984ffcd28905 (patch) | |
tree | ea3bb82e4bc696f52b69c66626ebf9652595ad33 | |
parent | d5ae87d0fa8304031152c748c67853b77674a78a (diff) | |
download | freebsd-ports-d92059bad884576d2149fdcf354e984ffcd28905.zip |
Added cpm to the Makefile, now that i know it's working.
-rw-r--r-- | misc/Makefile | 4 |
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> |