diff options
author | tron <tron> | 1998-07-09 20:52:05 +0000 |
---|---|---|
committer | tron <tron> | 1998-07-09 20:52:05 +0000 |
commit | 8f9381e102464223d779946a4051365c081870e2 (patch) | |
tree | b338add12a0b1800fd570fc8d91aac71687dbc08 /sysutils/Makefile | |
parent | 12eb0e5912b14ed26fb4a9cfb65600d93797d428 (diff) | |
download | pkgsrc-8f9381e102464223d779946a4051365c081870e2.tar.gz |
Add and enable "fileutils".
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 12e21f9fa36..81d06a56a75 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1998/05/20 14:59:42 agc Exp $ +# $NetBSD: Makefile,v 1.16 1998/07/09 20:52:05 tron Exp $ # FreeBSD Id: Makefile,v 1.23 1997/09/30 06:14:59 asami Exp # @@ -10,6 +10,7 @@ # SUBDIR += contool SUBDIR += crashme SUBDIR += depot + SUBDIR += fileutils # SUBDIR += idled SUBDIR += lsof # SUBDIR += manck |