freebsd-dev/sbin/ping6/Makefile
Ruslan Ermilov cda2a9b2f0 Set BINOWN=root explicitly for setuid root binaries.
This is not "useless", as one may have non-default
setting for BINOWN in make.conf, and we still want
these to be installed setuid root in this case.
2001-09-13 06:48:18 +00:00

18 lines
207 B
Makefile

# $FreeBSD$
PROG= ping6
MAN= ping6.8
CFLAGS+=-DINET6 -DIPSEC
BINOWN= root
BINMODE=4555
LDADD= -lipsec -lmd
DPADD= ${LIBIPSEC} ${LIBMD}
# kame scopeid hack
CFLAGS+=-DKAME_SCOPEID
.include <bsd.prog.mk>