diff options
Diffstat (limited to 'archivers/zip1/Makefile')
-rw-r--r-- | archivers/zip1/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/zip1/Makefile b/archivers/zip1/Makefile index 1ba6e74d8c0..932246499b5 100644 --- a/archivers/zip1/Makefile +++ b/archivers/zip1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/04/01 14:07:52 agc Exp $ +# $NetBSD: Makefile,v 1.6 1999/08/18 09:20:01 agc Exp $ # DISTNAME= zip1-1.1 @@ -21,6 +21,8 @@ ALL_TARGET= zip NO_WRKSUBDIR= yes PLIST_SRC= ${WRKSRC}/PLIST +BUILD_DEFS+= ZIP_ENCRYPTION + .include "../../mk/bsd.prefs.mk" .if defined(ZIP_ENCRYPTION) |