diff options
author | tomsoft <tomsoft@FreeBSD.org> | 2000-12-09 15:27:35 +0000 |
---|---|---|
committer | tomsoft <tomsoft@FreeBSD.org> | 2000-12-09 15:27:35 +0000 |
commit | a11b7b009aa17eb8aaa1250f191e5fa0f9ee880e (patch) | |
tree | 49941b9fe788fe17d4b570f5200728f318545895 /sbin/Makefile | |
parent | 861f7be1085c61e97f6164d6bd4ffe5555b64d57 (diff) | |
download | FreeBSD-src-a11b7b009aa17eb8aaa1250f191e5fa0f9ee880e.zip FreeBSD-src-a11b7b009aa17eb8aaa1250f191e5fa0f9ee880e.tar.gz |
added growfs(8) including ffsinfo(8) to the freebsd base system
Reviewed by: grog
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 6cb4d8f..102f8b3 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -16,11 +16,13 @@ SUBDIR= adjkerntz \ dump \ dumpfs \ dumpon \ + ffsinfo \ fsck \ fsck_ifs \ fsck_ffs \ fsdb \ fsirand \ + growfs \ ifconfig \ init \ ip6fw \ |