diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-04-27 18:17:21 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-04-27 18:17:21 +0000 |
commit | dc4e707a40648a818df39496d4ea98ba578202b1 (patch) | |
tree | bab2398e15817ec1d6bb348fac1508f0ccdda38a /pkgtools/Makefile | |
parent | 3dd01e2422eecae4d8a1bd549e4cf375cae1842f (diff) | |
download | pkgsrc-dc4e707a40648a818df39496d4ea98ba578202b1.tar.gz |
add and enable cdpack
Diffstat (limited to 'pkgtools/Makefile')
-rw-r--r-- | pkgtools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile index 9619d2477d8..0e2c7ac9fd4 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.26 2001/04/02 18:05:28 wennmach Exp $ +# $NetBSD: Makefile,v 1.27 2001/04/27 18:17:21 dmcmahill Exp $ # COMMENT= Tools for use in the packages collection SUBDIR+= bsdpak +SUBDIR+= cdpack SUBDIR+= digest SUBDIR+= gensolpkg #SUBDIR+= pax # Only needed on 1.3 systems |