diff options
author | minskim <minskim@pkgsrc.org> | 2004-10-30 21:13:09 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-10-30 21:13:09 +0000 |
commit | b04de3d59eff1d45e8c6d4b4da055e552ab229ab (patch) | |
tree | 57db5ab7bf902b61570193387b19b6e8607f9b81 /sysutils/Makefile | |
parent | 34835495a65c12843ca06ea19ba847994874f000 (diff) | |
download | pkgsrc-b04de3d59eff1d45e8c6d4b4da055e552ab229ab.tar.gz |
Add and enable adtool.
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index ca1639515c3..9afd9906c8e 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.266 2004/10/30 05:09:51 xtraeme Exp $ +# $NetBSD: Makefile,v 1.267 2004/10/30 21:13:09 minskim Exp $ COMMENT= System utilities @@ -6,6 +6,7 @@ SUBDIR+= GWLib SUBDIR+= acpi-iasl SUBDIR+= acpidump SUBDIR+= adjustkernel +SUBDIR+= adtool SUBDIR+= amanda SUBDIR+= amanda-client SUBDIR+= amanda-common |