diff options
author | tron <tron@pkgsrc.org> | 2001-01-25 08:59:09 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-01-25 08:59:09 +0000 |
commit | ddd87bd416b5ab4f41109b4968a7264c5ad0c908 (patch) | |
tree | f001db413a70bebcbec50ed03af2c07dddebdcaa /pkgtools | |
parent | 3400732560defe21831816a7a3d2b084982903b8 (diff) | |
download | pkgsrc-ddd87bd416b5ab4f41109b4968a7264c5ad0c908.tar.gz |
Add and enable "rpm2pkg".
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 2c309caffa6..a4445b952df 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2000/12/09 00:44:26 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2001/01/25 08:59:09 tron Exp $ # SUBDIR += bsdpak @@ -11,6 +11,7 @@ SUBDIR += pkglint SUBDIR += pkgmanpages SUBDIR += port2pkg + SUBDIR += rpm2pkg SUBDIR += url2pkg # SUBDIR += xpkgwedge # Experimental - turn on at your own risk! |