mkfs, mkproto: minor improvements

. mkfs: -x feature for extra space
	. rename manpage to mkfs.mfs.1 to follow the binary
	. move mkproto so it can become part of the tools easily
This commit is contained in:
Ben Gras
2012-11-07 19:19:46 +01:00
parent 62aac7f191
commit cf6fa5ad92
8 changed files with 144 additions and 9 deletions

7
tools/mkproto/Makefile Normal file
View File

@@ -0,0 +1,7 @@
HOSTPROGNAME= ${_TOOL_PREFIX}mkproto
HOST_SRCDIR= usr.sbin/mkproto
#CPPFLAGS+= -I${.CURDIR}/../compat/sys
LDADD= #defined
.include "${.CURDIR}/../Makefile.host"