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

File: [local] / src / sbin / Makefile (download)

Revision 1.106, Sat Jun 3 10:00:29 2017 UTC (7 years ago) by florian
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.105: +2 -2 lines

Move slaacd to /sbin
jca points out that all the other interface configuration tools live
there (like ifconfig or dhclient). Furthermore it starts so early in
the boot process that /usr might not be mounted yet if it's a nfs
filesystem.
sthen and deraadt agree

#	$OpenBSD: Makefile,v 1.106 2017/06/03 10:00:29 florian Exp $

SUBDIR=	atactl badsect bioctl clri dhclient \
	disklabel dmesg dump dumpfs fdisk fsck fsck_ext2fs fsck_ffs  \
	fsck_msdos fsdb fsirand growfs ifconfig iked init ipsecctl  \
	isakmpd kbd ldattach mknod mount \
	mount_cd9660 mount_ext2fs mount_ffs mount_msdos \
	mount_nfs mount_ntfs mount_tmpfs mount_udf \
	mount_vnd mountd ncheck_ffs newfs newfs_ext2fs newfs_msdos \
	nfsd nologin pdisk pfctl pflogd ping quotacheck \
	reboot restore route savecore scan_ffs \
	scsi slaacd shutdown swapctl sysctl ttyflags tunefs \
	umount wsconsctl

.include <bsd.subdir.mk>