summaryrefslogtreecommitdiff
path: root/pkgtools/Makefile
diff options
context:
space:
mode:
authorgrant <grant>2003-03-31 05:43:13 +0000
committergrant <grant>2003-03-31 05:43:13 +0000
commit4ce6ba89933d925a0617ba4183a15451dd0c7389 (patch)
tree76da555a15e98e88b8cf26b02d60ca049a8efe21 /pkgtools/Makefile
parentbf924f4f61422fbe6eaa61d06e9312d712df6fd7 (diff)
downloadpkgsrc-4ce6ba89933d925a0617ba4183a15451dd0c7389.tar.gz
add libnbcompat (commented, although it works on NetBSD, it is not
required).
Diffstat (limited to 'pkgtools/Makefile')
-rw-r--r--pkgtools/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile
index 117b17dd913..6bc80d97b5a 100644
--- a/pkgtools/Makefile
+++ b/pkgtools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2002/11/07 23:18:37 atatat Exp $
+# $NetBSD: Makefile,v 1.45 2003/03/31 05:43:13 grant Exp $
#
COMMENT= Tools for use in the packages collection
@@ -9,6 +9,7 @@ SUBDIR+= createbuildlink
SUBDIR+= digest
SUBDIR+= distfetch
SUBDIR+= gensolpkg
+#SUBDIR+= libnbcompat # Only for non-NetBSD systems
#SUBDIR+= pax # Only needed on 1.3 systems
SUBDIR+= pkg_comp
#SUBDIR+= pkg_install # Only install on demand of bsd.pkg.mk