diff options
author | agc <agc> | 2002-01-15 13:21:46 +0000 |
---|---|---|
committer | agc <agc> | 2002-01-15 13:21:46 +0000 |
commit | 20dfa7c3b24247fd796b5d6c9cec6d93be599838 (patch) | |
tree | 07c05ff9bca73f0a62b66f8638658a3b3d0f70dd /pkgtools | |
parent | 14b8d476437bb7b45c23c19bb88f5cd7e61dd664 (diff) | |
download | pkgsrc-20dfa7c3b24247fd796b5d6c9cec6d93be599838.tar.gz |
Add and enable shlock.
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 311a2ae855d..d432fd99fc5 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2001/11/29 15:31:07 seb Exp $ +# $NetBSD: Makefile,v 1.36 2002/01/15 13:21:46 agc Exp $ # COMMENT= Tools for use in the packages collection @@ -22,6 +22,7 @@ SUBDIR+= pkgsurvey SUBDIR+= port2pkg SUBDIR+= python-mk SUBDIR+= rpm2pkg +SUBDIR+= shlock SUBDIR+= url2pkg SUBDIR+= x11-links #SUBDIR+= xpkgwedge # Only under instruction of user |