Makefile revision 1.18
1#	$OpenBSD: Makefile,v 1.18 1996/08/02 23:39:07 tholo 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 ncheck
6
7SUBDIR=	badsect disklabel ccdconfig dmesg fastboot ifconfig init ipf ipfstat \
8	ipnat kbd mknod modload modunload mount mountd ncheck_ffs nfsd nfsiod \
9	nologin ping quotacheck rdisc 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
17SUBDIR+= mount_kernfs
18SUBDIR+= mount_lfs	newlfs dumplfs
19# mount_mfs -> newfs
20SUBDIR+= mount_msdos	newfs_msdos fsck_msdos
21SUBDIR+= mount_nfs
22SUBDIR+= mount_null
23SUBDIR+= mount_portal
24SUBDIR+= mount_procfs
25SUBDIR+= mount_umap
26SUBDIR+= mount_union
27SUBDIR+= mount_ext2fs
28
29.if   make(clean) || make(cleandir) || make(obj)
30SUBDIR+= bim config_slot edlabel fdisk pcmcia_cntrl
31.elif ${MACHINE} == "i386"
32SUBDIR+= config_slot
33SUBDIR+= fdisk
34SUBDIR+= pcmcia_cntrl
35.elif ${MACHINE} == "pica"
36SUBDIR+= fdisk
37.elif ${MACHINE} == "pc532"
38SUBDIR+= bim
39.elif (${MACHINE} == "sun3") || (${MACHINE} == "atari") || (${MACHINE} == "sparc")
40SUBDIR+= edlabel
41.endif
42
43.include <bsd.subdir.mk>
44