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-10-17 14:00:12 +02:00
|
|
|
mknod nologin
|
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>
|