diff options
author | agc <agc@pkgsrc.org> | 2002-01-15 13:21:46 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-01-15 13:21:46 +0000 |
commit | 3bbce1058c35ac2df2e7a4726c57d04a9b5d3d9d (patch) | |
tree | 07c05ff9bca73f0a62b66f8638658a3b3d0f70dd /pkgtools | |
parent | 9182eb72854c10d36911030f561f5bc3240a2134 (diff) | |
download | pkgsrc-3bbce1058c35ac2df2e7a4726c57d04a9b5d3d9d.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 |