diff options
author | lonewolf <lonewolf@pkgsrc.org> | 2002-12-20 11:30:20 +0000 |
---|---|---|
committer | lonewolf <lonewolf@pkgsrc.org> | 2002-12-20 11:30:20 +0000 |
commit | f7e1402484e8331cad1bfeb72f63fd03bf33507e (patch) | |
tree | bb1c230eb23a8b30133dc900bc2bff4caf63c395 /sysutils | |
parent | 97f9b5cc1828f9e6bf3e2f7895d035522cdbf562 (diff) | |
download | pkgsrc-f7e1402484e8331cad1bfeb72f63fd03bf33507e.tar.gz |
Add and enable fakeroot.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 3e8fe232474..3d93ace0928 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.176 2002/12/13 09:50:19 salo Exp $ +# $NetBSD: Makefile,v 1.177 2002/12/20 11:30:20 lonewolf Exp $ COMMENT= System utilities @@ -39,6 +39,7 @@ SUBDIR+= e2fsprogs SUBDIR+= easydiskpasswd SUBDIR+= etcupdate SUBDIR+= extipl +SUBDIR+= fakeroot SUBDIR+= fam SUBDIR+= fdgw SUBDIR+= fileutils |