Make mkfs.mfs cross compilable

This commit is contained in:
Thomas Veerman
2012-06-12 20:45:29 +02:00
committed by Thomas Veerman
parent a82a56d788
commit bb226763a0
10 changed files with 510 additions and 92 deletions

View File

@@ -9,7 +9,7 @@ SUBDIR= host-mkdep .WAIT compat .WAIT \
binstall .WAIT mktemp .WAIT sed .WAIT \
genassym \
makewhatis mkdep \
m4 \
mkfs.mfs m4 \
.WAIT yacc \
.WAIT awk \
.WAIT tic \

5
tools/mkfs.mfs/Makefile Normal file
View File

@@ -0,0 +1,5 @@
HOSTPROGNAME= ${_TOOL_PREFIX}mkfs.mfs
HOST_SRCDIR= usr.sbin/mkfs.mfs
LDADD= #defined
.include "${.CURDIR}/../Makefile.host"