diff options
-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! |