diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-28 04:50:27 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-28 04:50:27 +0000 |
commit | 3d650ae6acee3101c8490ff86812657f4192293f (patch) | |
tree | d26251301b80aa783dd326151d2aa23c6abc3c40 /misc | |
parent | GNU shar & unshar (diff) |
gshar+gunshar added
Notes
Notes:
svn path=/head/; revision=632
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 c2890fdb5619..1a5e41ac1bbc 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,9 +1,9 @@ -# $Id: Makefile,v 1.26 1994/12/26 09:12:50 ache Exp $ +# $Id: Makefile,v 1.27 1994/12/28 01:57:54 ache Exp $ # # restricted: pgp.usa_only pgp.non-usa_only zip.with_encryption \ # unzip.with_encryption # -SUBDIR= Wnn calc hfs iozone ispell less lha mshell mtools netpbm \ - top unarj unzip xsysstats zoo screen zip +SUBDIR= Wnn calc gshar+gunshar hfs iozone ispell less lha mshell mtools \ + netpbm screen top unarj unzip xsysstats zip zoo .include <bsd.port.subdir.mk> |