d19d7d58aa
upgrade to NetBSD CVS release from 2012/10/17 12:00:00 UTC Makefiles updates to imporve portability Made sure to be consistent in the usage of braces/parenthesis at least on a per file basis. For variables, it is recommended to continue to use braces.
16 lines
324 B
Makefile
16 lines
324 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
|
|
|
|
# support for various file systems
|
|
SUBDIR+= newfs_ext2fs fsck_ext2fs
|
|
.include <bsd.subdir.mk>
|