Makefile revision 1.26
1#	$OpenBSD: Makefile,v 1.26 1997/06/14 05:08:19 downsj Exp $
2#	$NetBSD: Makefile,v 1.29 1996/05/14 17:39:21 ws Exp $
3
4# Not ported: XNSrouted enpload scsiformat startslip
5# Missing: icheck
6
7SUBDIR=	badsect disklabel ccdconfig dmesg fastboot fsck ifconfig init ipf ipfstat \
8	ipnat ipsec kbd mknod modload modunload mount mountd ncheck_ffs nfsd \
9	nfsiod nologin ping quotacheck reboot route routed savecore scsi \
10	shutdown slattach swapon ttyflags umount
11
12# support for various file systems
13SUBDIR+= mount_ados
14SUBDIR+= mount_cd9660
15SUBDIR+= mount_fdesc
16SUBDIR+= mount_ffs	newfs fsck_ffs fsdb dumpfs dump restore clri tunefs fsirand
17SUBDIR+= mount_kernfs
18# mount_mfs -> newfs
19SUBDIR+= mount_msdos	newfs_msdos fsck_msdos
20SUBDIR+= mount_nfs
21SUBDIR+= mount_null
22SUBDIR+= mount_portal
23SUBDIR+= mount_procfs
24SUBDIR+= mount_umap
25SUBDIR+= mount_union
26SUBDIR+= mount_ext2fs fsck_ext2fs
27
28.if   make(clean) || make(cleandir) || make(obj)
29SUBDIR+= bim config_slot edlabel fdisk pcmcia_cntrl
30.elif ${MACHINE} == "i386"
31SUBDIR+= config_slot
32SUBDIR+= fdisk
33SUBDIR+= pcmcia_cntrl
34.elif (${MACHINE} == "arc") || (${MACHINE} == "powerpc")
35SUBDIR+= fdisk
36.elif ${MACHINE} == "pc532"
37SUBDIR+= bim
38.elif (${MACHINE} == "sun3") || (${MACHINE} == "atari") || \
39      (${MACHINE} == "sparc")
40SUBDIR+= edlabel
41.endif
42
43.include <bsd.subdir.mk>
44