e816d08843
No Minix-specific changes needed. Change-Id: I727432c4a28654e351a9289b3e03f143a1c26a7b
16 lines
332 B
Makefile
16 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>
|