diff options
author | seb <seb@pkgsrc.org> | 2003-07-11 14:53:00 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-07-11 14:53:00 +0000 |
commit | 43f79373d0f34becc33a07cfaa5f3d0ef33961f7 (patch) | |
tree | b6365ddc3fe0de251b22427d3f5dee44d15a6fd2 /pkgtools | |
parent | a26ba884621de6b2892d32ab72a903c73146cf62 (diff) | |
download | pkgsrc-43f79373d0f34becc33a07cfaa5f3d0ef33961f7.tar.gz |
Add libkver.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile index 7a68acd6c16..45a57c1173d 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2003/06/23 11:49:51 grant Exp $ +# $NetBSD: Makefile,v 1.51 2003/07/11 14:53:00 seb Exp $ # COMMENT= Tools for use in the packages collection @@ -10,6 +10,7 @@ SUBDIR+= dfdisk SUBDIR+= digest SUBDIR+= distfetch SUBDIR+= gensolpkg +#SUBDIR+= libkver # Only under instruction of user #SUBDIR+= libnbcompat # Only for non-NetBSD systems #SUBDIR+= mtree # Only for non-NetBSD systems SUBDIR+= pkg_comp |