diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1995-03-01 08:25:15 +0800 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1995-03-01 08:25:15 +0800 |
commit | c8a4580d82dda168bbfc0bd70ebbae96c9ab3490 (patch) | |
tree | 8fb5301c2d1ebe4ee5771f972d660d0f47b32028 | |
parent | a64df62a096d5ee8ad2acb6f2a4da5387bf48361 (diff) | |
download | freebsd-ports-gnome-c8a4580d82dda168bbfc0bd70ebbae96c9ab3490.tar.gz freebsd-ports-gnome-c8a4580d82dda168bbfc0bd70ebbae96c9ab3490.tar.zst freebsd-ports-gnome-c8a4580d82dda168bbfc0bd70ebbae96c9ab3490.zip |
Add amanda
-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> |