From f5d3e9ec6a694be409202febd15b21d110c9ccd2 Mon Sep 17 00:00:00 2001 From: Florian Obser Date: Sat, 3 Jun 2017 10:00:30 +0000 Subject: 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 --- usr.sbin/slaacctl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/slaacctl') diff --git a/usr.sbin/slaacctl/Makefile b/usr.sbin/slaacctl/Makefile index 487819d2e45..9bc1d6dc90c 100644 --- a/usr.sbin/slaacctl/Makefile +++ b/usr.sbin/slaacctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2017/04/10 13:35:42 florian Exp $ +# $OpenBSD: Makefile,v 1.2 2017/06/03 10:00:29 florian Exp $ PROG= slaacctl SRCS= slaacctl.c parser.c @@ -10,7 +10,7 @@ CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes CFLAGS+= -Wmissing-declarations CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual CFLAGS+= -Wsign-compare -CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../slaacd +CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../sbin/slaacd LDADD= -lutil DPADD= ${LIBUTIL} -- cgit v1.2.3