minix/sbin/Makefile
Thomas Cort e816d08843 Importing sbin/nologin
No Minix-specific changes needed.

Change-Id: I727432c4a28654e351a9289b3e03f143a1c26a7b
2013-10-17 08:40:33 -04:00

17 lines
332 B
Makefile

# $NetBSD: Makefile,v 1.123 2011/11/24 15:54:54 ahoka Exp $
# @(#)Makefile 8.5 (Berkeley) 3/31/94
# Not ported: XNSrouted enpload scsiformat startslip
# Missing: icheck ncheck
.include <bsd.own.mk>
SUBDIR= \
\
fsck \
mknod nologin
# support for various file systems
SUBDIR+= newfs_ext2fs fsck_ext2fs
.include <bsd.subdir.mk>