NetBSD/sbin/ping6/Makefile
itojun 5979fc87e0 provide -S for source address specifier.
enable KAME scopeid hack.
cleanups in node information query.
(sync with latest KAME)
1999-12-13 15:25:59 +00:00

19 lines
257 B
Makefile

# $NetBSD: Makefile,v 1.5 1999/12/13 15:25:59 itojun Exp $
PROG= ping6
MAN= ping6.8
BINOWN= root
BINMODE=4555
CPPFLAGS+=-DINET6
CPPFLAGS+=-DIPSEC
LDADD+= -lipsec
DPADD+= ${LIBIPSEC}
# KAME scope id hack
CPPFLAGS+=-DKAME_SCOPEID
.include <bsd.prog.mk>