diff options
author | jlam <jlam> | 2001-07-16 10:29:50 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-07-16 10:29:50 +0000 |
commit | 1b9f68e6ed8099d5caa7691c43e00bfbef2a2116 (patch) | |
tree | 1f3c6baef6d2a439837e5a29e3a775495ee44394 /archivers/zoo | |
parent | 6c0576238767059fc21c9fd5a3fb915ef5edc22d (diff) | |
download | pkgsrc-1b9f68e6ed8099d5caa7691c43e00bfbef2a2116.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'archivers/zoo')
-rw-r--r-- | archivers/zoo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/zoo/Makefile b/archivers/zoo/Makefile index 1ef193c3ecb..f53e57dff11 100644 --- a/archivers/zoo/Makefile +++ b/archivers/zoo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/06/04 20:18:55 jtb Exp $ +# $NetBSD: Makefile,v 1.10 2001/07/16 10:29:52 jlam Exp $ # FreeBSD Id: Makefile,v 1.8 1997/08/10 22:31:36 fenner Exp # @@ -12,7 +12,8 @@ COMMENT= Manipulate archives of files in compressed form LICENSE= zoo-license -NO_WRKSUBDIR= yes +USE_BUILDLINK_ONLY= yes +NO_WRKSUBDIR= yes ALL_TARGET= bsdansi MAKEFILE= makefile MAKE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ |