diff options
author | jlam <jlam@pkgsrc.org> | 2001-07-16 10:29:50 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-07-16 10:29:50 +0000 |
commit | 205d0f6d40e856b606561bd62a35d06f3466c93b (patch) | |
tree | 1f3c6baef6d2a439837e5a29e3a775495ee44394 /archivers/xbin | |
parent | e73319ac89180fabf6376391bc00d822ffb02a15 (diff) | |
download | pkgsrc-205d0f6d40e856b606561bd62a35d06f3466c93b.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'archivers/xbin')
-rw-r--r-- | archivers/xbin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/xbin/Makefile b/archivers/xbin/Makefile index 0d1a5eb402d..9277396f43f 100644 --- a/archivers/xbin/Makefile +++ b/archivers/xbin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/06/04 17:08:20 jtb Exp $ +# $NetBSD: Makefile,v 1.6 2001/07/16 10:29:51 jlam Exp $ # DISTNAME= ${PRGNAME}unix @@ -15,6 +15,8 @@ RESTRICTED= "May not be sold without permission" NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} +USE_BUILDLINK_ONLY= # defined + PRGNAME= xbin EXTRACT_ONLY= # blank |