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

Annotation of src/sbin/Makefile, Revision 1.106

1.106   ! florian     1: #      $OpenBSD: Makefile,v 1.105 2016/09/17 18:37:01 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.93      deraadt    13:        umount wsconsctl
1.1       deraadt    14:
                     15: .include <bsd.subdir.mk>