cf6fa5ad92
. 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
7 lines
165 B
Makefile
7 lines
165 B
Makefile
|
|
HOSTPROGNAME= ${_TOOL_PREFIX}mkproto
|
|
HOST_SRCDIR= usr.sbin/mkproto
|
|
#CPPFLAGS+= -I${.CURDIR}/../compat/sys
|
|
|
|
LDADD= #defined
|
|
.include "${.CURDIR}/../Makefile.host"
|