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

Annotation of src/sbin/Makefile, Revision 1.107

1.107   ! florian     1: #      $OpenBSD: Makefile,v 1.106 2017/06/03 10:00:29 florian 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.104     dlg         6:        isakmpd kbd ldattach mknod mount \
1.84      deraadt     7:        mount_cd9660 mount_ext2fs mount_ffs mount_msdos \
1.100     guenther    8:        mount_nfs mount_ntfs mount_tmpfs mount_udf \
1.97      deraadt     9:        mount_vnd mountd ncheck_ffs newfs newfs_ext2fs newfs_msdos \
1.105     florian    10:        nfsd nologin pdisk pfctl pflogd ping quotacheck \
1.103     florian    11:        reboot restore route savecore scan_ffs \
1.106     florian    12:        scsi slaacd shutdown swapctl sysctl ttyflags tunefs \
1.107   ! florian    13:        umount unwind wsconsctl
1.1       deraadt    14:
                     15: .include <bsd.subdir.mk>