xref: /minix/sbin/Makefile (revision a06e2ab3)
1#	$NetBSD: Makefile,v 1.123 2011/11/24 15:54:54 ahoka Exp $
2#	@(#)Makefile	8.5 (Berkeley) 3/31/94
3
4# Not ported: XNSrouted enpload scsiformat startslip
5# Missing: icheck ncheck
6
7.include <bsd.own.mk>
8
9SUBDIR= \
10	\
11	fsck \
12	mknod \
13	nologin \
14	mknod \
15	init \
16	reboot \
17	shutdown
18
19# support for various file systems
20SUBDIR+= newfs_ext2fs fsck_ext2fs
21.include <bsd.subdir.mk>
22