[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / sbin

Annotation of src/sbin/Makefile, Revision 1.59

1.59    ! kjell       1: #      $OpenBSD: Makefile,v 1.58 2001/06/03 20:46:53 ericj Exp $
1.1       deraadt     2:
                      3: # Not ported: XNSrouted enpload scsiformat startslip
1.22      millert     4: # Missing: icheck
1.1       deraadt     5:
1.46      csapuntz    6: SUBDIR= atactl badsect brconfig ccdconfig disklabel dmesg fsck ifconfig init \
1.57      deraadt     7:        ipsecadm isakmpd kbd lmccontrol mknod modload \
1.59    ! kjell       8:        modunload mount mountd ncheck_ffs nfsd nologin pfctl photurisd ping \
1.45      deraadt     9:        quotacheck raidctl reboot route routed savecore scan_ffs scsi \
1.49      deraadt    10:        shutdown slattach startkey swapctl sysctl ttyflags umount
1.1       deraadt    11:
                     12: # support for various file systems
                     13: SUBDIR+= mount_ados
                     14: SUBDIR+= mount_cd9660
                     15: SUBDIR+= mount_fdesc
1.22      millert    16: SUBDIR+= mount_ffs     newfs fsck_ffs fsdb dumpfs dump restore clri tunefs fsirand
1.1       deraadt    17: SUBDIR+= mount_kernfs
                     18: # mount_mfs -> newfs
1.12      deraadt    19: SUBDIR+= mount_msdos   newfs_msdos fsck_msdos
1.1       deraadt    20: SUBDIR+= mount_nfs
                     21: SUBDIR+= mount_null
                     22: SUBDIR+= mount_portal
                     23: SUBDIR+= mount_procfs
                     24: SUBDIR+= mount_umap
                     25: SUBDIR+= mount_union
1.26      downsj     26: SUBDIR+= mount_ext2fs fsck_ext2fs
1.31      art        27: SUBDIR+= mount_xfs
1.53      provos     28: SUBDIR+= mount_tcfs
1.47      itojun     29:
                     30: # IPv6
1.48      itojun     31: SUBDIR+= ping6 rtsol
1.1       deraadt    32:
1.51      espie      33: # Man pages (and manpages to do)
1.56      drahn      34: SUBDIR+= fdisk pdisk ancontrol wicontrol edlabel wsconsctl
1.1       deraadt    35:
                     36: .include <bsd.subdir.mk>