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

Annotation of src/sbin/Makefile, Revision 1.99

1.99    ! espie       1: #      $OpenBSD: Makefile,v 1.98 2013/11/04 14:07:15 deraadt Exp $
1.1       deraadt     2:
1.95      deraadt     3: SUBDIR=        atactl badsect bioctl clri dhclient \
1.81      deraadt     4:        disklabel dmesg dump dumpfs fdisk fsck fsck_ext2fs fsck_ffs  \
1.98      deraadt     5:        fsck_msdos fsdb fsirand growfs ifconfig iked init ipsecctl  \
1.85      mbalmer     6:        isakmpd kbd ldattach lmccontrol mknod modload modunload mount \
1.84      deraadt     7:        mount_cd9660 mount_ext2fs mount_ffs mount_msdos \
1.99    ! espie       8:        mount_nfs mount_ntfs mount_procfs mount_tmpfs mount_udf \
1.97      deraadt     9:        mount_vnd mountd ncheck_ffs newfs newfs_ext2fs newfs_msdos \
1.88      mbalmer    10:        nfsd nologin pdisk pfctl pflogd ping ping6 quotacheck \
1.96      jsing      11:        reboot restore route rtsol savecore scan_ffs \
1.81      deraadt    12:        scsi shutdown slattach swapctl sysctl ttyflags tunefs \
1.93      deraadt    13:        umount wsconsctl
1.1       deraadt    14:
                     15: .include <bsd.subdir.mk>