minix/usr.sbin/Makefile
Lionel Sambuc 6ab1df59f6 Fixed up new mtree description file NetBSD.dist.base (removed end of line spaces, added a few missing directories)
Fixed lchflags error under MINIX3 as host OS

Change-Id: I00f708e82753fdae85ac54bc903db06a7775ab5a
2012-10-24 13:42:44 +02:00

20 lines
304 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
.include <bsd.subdir.mk>