NetBSD/distrib/utils/x_ping6/Makefile

21 lines
339 B
Makefile
Raw Normal View History

2006-05-06 04:02:48 +04:00
# $NetBSD: Makefile,v 1.9 2006/05/06 00:02:48 rpaulo Exp $
2000-01-04 11:14:12 +03:00
# Build ping6 without IPSEC
SRCDIR= ${.CURDIR}/../../../sbin/ping6
2000-01-04 11:14:12 +03:00
PROG= ping6
NOMAN= # defined
CPPFLAGS+= -I${SRCDIR} -DINET6
2000-01-04 11:14:12 +03:00
# KAME scope id hack
CPPFLAGS+= -DKAME_SCOPEID
2006-05-06 04:02:48 +04:00
CPPFLAGS+= -DUSE_RFC3542
2000-01-04 11:14:12 +03:00
LDADD+= -lm
DPADD+= ${LIBM}
2000-10-08 16:37:06 +04:00
2000-01-04 11:14:12 +03:00
.include <bsd.prog.mk>
.PATH: ${SRCDIR}