freebsd-dev/sbin/ping6/Makefile
Kris Kennaway 12205948f1 Don't hard-code BINOWN and BINGRP (BINGRP was hard-coded to 'bin', which
is the wrong value on FreeBSD).

MFC after:	1 week
2001-08-11 07:11:14 +00:00

17 lines
194 B
Makefile

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