Descend into modstat if MKMODULAR is set.

This commit is contained in:
jmmv 2008-02-09 19:32:28 +00:00
parent 62b4c6bc5c
commit c2ae0da603
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.108 2008/01/09 11:26:07 simonb Exp $ # $NetBSD: Makefile,v 1.109 2008/02/09 19:32:28 jmmv Exp $
# @(#)Makefile 8.5 (Berkeley) 3/31/94 # @(#)Makefile 8.5 (Berkeley) 3/31/94
# Not ported: XNSrouted enpload scsiformat startslip # Not ported: XNSrouted enpload scsiformat startslip
@ -14,6 +14,10 @@ SUBDIR= amrctl apmlabel atactl badsect bioctl brconfig ccdconfig \
savecore scan_ffs scsictl shutdown slattach svhlabel swapctl sysctl \ savecore scan_ffs scsictl shutdown slattach svhlabel swapctl sysctl \
ttyflags umount veriexecctl wdogctl wsconsctl ttyflags umount veriexecctl wdogctl wsconsctl
.if ${MKMODULAR} != "no"
SUBDIR+= modstat
.endif
# support for various file systems # support for various file systems
SUBDIR+= newfs_ext2fs fsck_ext2fs SUBDIR+= newfs_ext2fs fsck_ext2fs
SUBDIR+= newfs fsck_ffs fsdb dump restore clri tunefs SUBDIR+= newfs fsck_ffs fsdb dump restore clri tunefs