diff options
author | jkh <jkh@FreeBSD.org> | 1994-10-18 09:13:46 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-10-18 09:13:46 +0800 |
commit | 5b68582a84bcc156293871d8512b03b284afb977 (patch) | |
tree | 3f154597e41525c1f486e6746b3342b3e320b845 /misc | |
parent | 0fe103cdb2ecb2840509f4c0bdb785f0ed089a3b (diff) | |
download | freebsd-ports-gnome-5b68582a84bcc156293871d8512b03b284afb977.tar.gz freebsd-ports-gnome-5b68582a84bcc156293871d8512b03b284afb977.tar.zst freebsd-ports-gnome-5b68582a84bcc156293871d8512b03b284afb977.zip |
Add unzip and zoo.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/Makefile b/misc/Makefile index 03e32e3264a3..1074d50d840d 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.10 1994/10/08 15:20:50 ache Exp $ +# $Id: Makefile,v 1.11 1994/10/15 19:15:49 jkh Exp $ # -SUBDIR= calc iozone mshell mtools netpbm top +SUBDIR= calc iozone mshell mtools netpbm top unzip zoo .include <bsd.port.subdir.mk> |