kernel/arm: send SIGSEGV to processes
[minix3.git] / sbin / Makefile
blob81022b5203a053952922412e5384a339feb52dc3
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
7 .include <bsd.own.mk>
9 SUBDIR= \
10 chown \
11 fsck ifconfig init \
12 mknod nologin \
13 ping \
14 reboot rcorder route \
15 shutdown sysctl \
17 # support for various file systems
18 SUBDIR+= newfs_ext2fs fsck_ext2fs newfs_msdos newfs_udf newfs_v7fs
19 .if !defined(__MINIX)
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
24 SUBDIR+= newfs_udf
25 SUBDIR+= newfs_v7fs fsck_v7fs
26 SUBDIR+= mount_ados
27 SUBDIR+= mount_cd9660
28 SUBDIR+= mount_chfs
29 SUBDIR+= mount_efs
30 SUBDIR+= mount_ext2fs
31 SUBDIR+= mount_fdesc
32 SUBDIR+= mount_filecore
33 SUBDIR+= mount_ffs
34 SUBDIR+= mount_hfs
35 SUBDIR+= mount_kernfs
36 SUBDIR+= mount_lfs
37 SUBDIR+= mount_msdos
38 SUBDIR+= mount_udf
39 SUBDIR+= mount_nfs
40 SUBDIR+= mount_nilfs
41 SUBDIR+= mount_ntfs
42 SUBDIR+= mount_null
43 SUBDIR+= mount_overlay
44 SUBDIR+= mount_portal
45 SUBDIR+= mount_procfs
46 SUBDIR+= mount_ptyfs
47 SUBDIR+= mount_puffs
48 SUBDIR+= mount_sysvbfs
49 SUBDIR+= mount_tmpfs
50 SUBDIR+= mount_umap
51 SUBDIR+= mount_union
52 SUBDIR+= mount_v7fs
54 .if (${MKCRYPTO} != "no")
55 SUBDIR+= cgdconfig
56 .endif
57 .endif # !defined(__MINIX)
59 .if (${USE_INET6} != "no")
60 SUBDIR+= ping6
61 .endif
63 .if !defined(__MINIX)
64 .if (${MKISCSI} != "no")
65 SUBDIR+= iscsictl iscsid
66 .endif
68 # IPsec
69 SUBDIR+= setkey
71 .endif # !defined(__MINIX)
72 .include <bsd.subdir.mk>