diff options
author | jkh <jkh@FreeBSD.org> | 1995-01-13 21:37:32 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-01-13 21:37:32 +0800 |
commit | fc9b9e0878a61c205c074232ea96f3de6558b894 (patch) | |
tree | c404ce928e4244ecafc035ddbdcb24c5dbe4b789 /misc/Makefile | |
parent | 57d7c54ccc0b447950988b154a8e69ac9fee384b (diff) | |
download | freebsd-ports-gnome-fc9b9e0878a61c205c074232ea96f3de6558b894.tar.gz freebsd-ports-gnome-fc9b9e0878a61c205c074232ea96f3de6558b894.tar.zst freebsd-ports-gnome-fc9b9e0878a61c205c074232ea96f3de6558b894.zip |
Remove entries that have moved away.
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/misc/Makefile b/misc/Makefile index a40e9a2abd5e..c42563faf73c 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,10 +1,8 @@ -# $Id: Makefile,v 1.33 1995/01/03 09:17:52 jkh Exp $ +# $Id: Makefile,v 1.34 1995/01/05 21:41:35 jkh Exp $ # -# restricted: pgp.usa_only pgp.non-usa_only zip.with_encryption \ -# unzip.with_encryption +# restricted: pgp.usa_only pgp.non-usa_only # -SUBDIR= acs arc calc cpm gshar+gunshar hfs iozone ispell less \ - lha mshell mtools netpbm rman screen top unarj unrar unzip \ - xsysstats zip zoo +SUBDIR= cpm hfs iozone ispell less lha mshell mtools rman screen top \ + xsysstats .include <bsd.port.subdir.mk> |