2012-10-26 15:22:39 +02:00
|
|
|
# $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
|
2011-12-22 22:51:26 +01:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2012-10-26 15:22:39 +02:00
|
|
|
SUBDIR= \
|
|
|
|
\
|
|
|
|
fsck \
|
2013-09-09 15:20:18 +02:00
|
|
|
mknod \
|
|
|
|
nologin \
|
|
|
|
mknod \
|
|
|
|
init \
|
|
|
|
reboot \
|
|
|
|
shutdown
|
2011-12-22 22:51:26 +01:00
|
|
|
|
2012-10-26 15:22:39 +02:00
|
|
|
# support for various file systems
|
|
|
|
SUBDIR+= newfs_ext2fs fsck_ext2fs
|
2011-12-22 22:51:26 +01:00
|
|
|
.include <bsd.subdir.mk>
|