1 # $NetBSD: Makefile,v 1.112 2008/07/27 19:31:03 joerg Exp $
2 # @(#)Makefile 8.5 (Berkeley) 3/31/94
4 # Not ported: XNSrouted enpload scsiformat startslip
5 # Missing: icheck ncheck
9 SUBDIR
= amrctl apmlabel atactl badsect bioctl brconfig ccdconfig \
10 disklabel dkctl dkscan_bsdlabel dmesg \
11 drvctl edlabel fastboot fdisk fsck fsirand gpt ifconfig init ldconfig \
12 mbrlabel mknod modload modstat modunload mount newbtconf nologin \
13 pdisk ping pppoectl raidctl reboot rcorder rndctl route routed \
14 savecore scan_ffs scsictl shutdown slattach svhlabel swapctl sysctl \
15 ttyflags umount veriexecctl wdogctl wsconsctl
17 # support for various file systems
18 SUBDIR
+= newfs_ext2fs fsck_ext2fs
19 SUBDIR
+= newfs fsck_ffs fsdb dump restore clri tunefs
20 SUBDIR
+= newfs_lfs fsck_lfs dump_lfs resize_lfs
21 SUBDIR
+= newfs_msdos fsck_msdos
22 SUBDIR
+= newfs_sysvbfs
29 SUBDIR
+= mount_filecore
39 SUBDIR
+= mount_overlay
44 SUBDIR
+= mount_sysvbfs
49 .if
(${MKCRYPTO} != "no")
53 .if
(${USE_INET6} != "no")
60 .
include <bsd.subdir.mk
>