diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1995-03-01 00:25:15 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1995-03-01 00:25:15 +0000 |
commit | 2eae6add54d427686c2f35358e8faade29864d0d (patch) | |
tree | 2afeed95c19d5860f95ea37c5a82bdec6b261b01 /misc | |
parent | 2efcec346a15ffd67dc63729a50ca2a9b9594e39 (diff) | |
download | ports-2eae6add54d427686c2f35358e8faade29864d0d.tar.gz ports-2eae6add54d427686c2f35358e8faade29864d0d.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/Makefile b/misc/Makefile index 3cffabb4eddf..3509ea29919b 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.40 1995/02/25 16:03:23 ats Exp $ +# $Id: Makefile,v 1.41 1995/02/26 01:27:19 asami Exp $ # # restricted: pgp.usa_only pgp.non-usa_only # -SUBDIR= Wnn cpm hfs iozone ispell less mshell mtools nkf rman screen top tua \ - xdu xsysstats +SUBDIR= Wnn amanda cpm hfs iozone ispell less mshell mtools nkf rman screen \ + top tua xdu xsysstats .include <bsd.port.subdir.mk> |