1 # $NetBSD: Makefile,v 1.125 2013/10/28 19:05:21 mbalmer Exp $
2 # @(#)Makefile 8.5 (Berkeley) 3/31/94
4 # Not ported: XNSrouted enpload scsiformat startslip
5 # Missing: icheck ncheck
17 # support for various file systems
18 SUBDIR
+= newfs_ext2fs fsck_ext2fs
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
49 SUBDIR
+= mount_sysvbfs
55 .if
(${MKCRYPTO} != "no")
59 .if
(${USE_INET6} != "no")
63 .if
(${MKISCSI} != "no")
64 SUBDIR
+= iscsictl iscsid
70 .
endif # !defined(__MINIX)
71 .
include <bsd.subdir.mk
>