minix/usr.sbin/Makefile
Ben Gras cf6fa5ad92 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
2012-11-07 23:15:52 +01:00

20 lines
315 B
Makefile

# $NetBSD: Makefile,v 1.266 2012/08/08 14:13:46 christos Exp $
# from: @(#)Makefile 5.20 (Berkeley) 6/12/93
.include <bsd.own.mk>
# NetBSD imports
SUBDIR= \
chroot \
installboot \
mtree \
pwd_mkdb postinstall \
user \
vipw \
zic
# LSC MINIX Specific
SUBDIR+= mkfs.mfs \
mkproto
.include <bsd.subdir.mk>