diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-09 00:44:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-09 00:44:26 +0000 |
commit | eeaf80cb4904ae46cc76cd821d3974f005c6cc0e (patch) | |
tree | f3a109d697e7fa2c0a4b0bddf348ee112cad84d8 | |
parent | 11861ba4517d135677078befa040ed9265d3b1d9 (diff) | |
download | pkgsrc-eeaf80cb4904ae46cc76cd821d3974f005c6cc0e.tar.gz |
add and enable bsdpak
-rw-r--r-- | pkgtools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile index 6e6d50b7f2e..2c309caffa6 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2000/08/17 14:16:18 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2000/12/09 00:44:26 wiz Exp $ # + SUBDIR += bsdpak SUBDIR += gensolpkg # SUBDIR += pax # Only needed on 1.3 systems # SUBDIR += pkg_install # Only install on demand of bsd.pkg.mk |