diff options
author | sam <sam@FreeBSD.org> | 2008-12-19 23:10:55 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2008-12-19 23:10:55 +0000 |
commit | 7f586ff8eb1eb9b7c309868f06dd604939a72346 (patch) | |
tree | 8f620edc97f5992c36920bb819cd1397a6140c13 /usr.sbin/Makefile | |
parent | 2d9e1680b9c0bc58be27f7f061fb926050d6aeb3 (diff) | |
download | FreeBSD-src-7f586ff8eb1eb9b7c309868f06dd604939a72346.zip FreeBSD-src-7f586ff8eb1eb9b7c309868f06dd604939a72346.tar.gz |
add makefs to the base system; FreeBSD_version bumped just in case
Reviewed by: imp
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index b84f9e3..26da845 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -86,6 +86,7 @@ SUBDIR= ${_ac} \ ${_lptcontrol} \ ${_mailstats} \ mailwrapper \ + makefs \ ${_makemap} \ manctl \ memcontrol \ |