diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-18 01:13:46 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-18 01:13:46 +0000 |
commit | 9736ca3d2c9030b74e86a42036ce5377967c62f2 (patch) | |
tree | 58b5f5a27e4ce335941b08557919442b73d29fd3 | |
parent | Jean-Marc Zucconi's zoo port. (diff) |
Add unzip and zoo.
Notes
Notes:
svn path=/head/; revision=244
-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> |