1 # $NetBSD: Makefile,v 1.127 2014/09/11 13:10:03 roy Exp $
2 # @(#)Makefile 8.5 (Berkeley) 3/31/94
4 # Not ported: XNSrouted enpload scsiformat startslip
5 # Missing: icheck ncheck
14 reboot rcorder route \
17 # support for various file systems
18 SUBDIR
+= newfs_ext2fs fsck_ext2fs newfs_msdos newfs_udf newfs_v7fs
20 SUBDIR
+= newfs fsck_ffs fsdb dump restore clri tunefs resize_ffs
21 SUBDIR
+= newfs_lfs fsck_lfs dump_lfs resize_lfs
22 SUBDIR
+= newfs_msdos fsck_msdos
23 SUBDIR
+= newfs_sysvbfs
25 SUBDIR
+= newfs_v7fs fsck_v7fs
32 SUBDIR
+= mount_filecore
43 SUBDIR
+= mount_overlay
48 SUBDIR
+= mount_sysvbfs
54 .if
(${MKCRYPTO} != "no")
57 .
endif # !defined(__MINIX)
59 .if
(${USE_INET6} != "no")
64 .if
(${MKISCSI} != "no")
65 SUBDIR
+= iscsictl iscsid
71 .
endif # !defined(__MINIX)
72 .
include <bsd.subdir.mk
>