diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-21 23:29:26 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-21 23:29:26 +0000 |
commit | 4a29bcb5611e7188b826532af3f3ebd79305ab22 (patch) | |
tree | 54a539e1895e12ad8bab9a2b54480445de007c5c | |
parent | 24c387b861e54d07eeeef9f822395b38158be990 (diff) | |
download | pkgsrc-4a29bcb5611e7188b826532af3f3ebd79305ab22.tar.gz |
autoswc moved from sysutils to pkgtools.
-rw-r--r-- | pkgtools/Makefile | 3 | ||||
-rw-r--r-- | sysutils/Makefile | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile index 257fcbdc2f1..1a4032aa714 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.54 2003/09/12 21:57:51 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2004/02/21 23:29:26 jmmv Exp $ # COMMENT= Tools for use in the packages collection +SUBDIR+= autoswc SUBDIR+= cdpack SUBDIR+= createbuildlink SUBDIR+= dfdisk diff --git a/sysutils/Makefile b/sysutils/Makefile index 352c3fa694d..48bca1c5c64 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.216 2004/02/21 23:04:49 jmmv Exp $ +# $NetBSD: Makefile,v 1.217 2004/02/21 23:29:26 jmmv Exp $ COMMENT= System utilities @@ -19,7 +19,6 @@ SUBDIR+= aperture SUBDIR+= apotheke SUBDIR+= asapm SUBDIR+= atitvout -SUBDIR+= autoswc SUBDIR+= bbsload SUBDIR+= bchunk SUBDIR+= bkpupsd |