Makefile revision 1.8
1#	$OpenBSD: Makefile,v 1.8 1996/05/16 11:12:23 pefo Exp $
2#	$NetBSD: Makefile,v 1.28 1996/04/05 01:44:24 cgd Exp $
3#	@(#)Makefile	8.5 (Berkeley) 3/31/94
4
5# Not ported: XNSrouted enpload scsiformat startslip
6# Missing: icheck ncheck
7
8SUBDIR=	badsect disklabel ccdconfig dmesg fastboot ifconfig init ipf \
9	ipfstat kbd mknod modload modunload mount mountd nfsd nfsiod nologin \
10	ping quotacheck reboot route routed savecore shutdown slattach \
11	swapon ttyflags umount
12
13# support for various file systems
14SUBDIR+= mount_ados
15SUBDIR+= mount_cd9660
16SUBDIR+= mount_fdesc
17SUBDIR+= mount_ffs	newfs fsck_ffs fsdb dumpfs dump restore clri tunefs
18SUBDIR+= mount_kernfs
19SUBDIR+= mount_lfs	newlfs dumplfs
20# mount_mfs -> newfs
21SUBDIR+= mount_msdos
22SUBDIR+= mount_nfs
23SUBDIR+= mount_null
24SUBDIR+= mount_portal
25SUBDIR+= mount_procfs
26SUBDIR+= mount_umap
27SUBDIR+= mount_union
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"
40SUBDIR+= edlabel
41.endif
42
43.include <bsd.subdir.mk>
44