NetBSD/distrib/utils/x_ping6/Makefile

20 lines
315 B
Makefile
Raw Normal View History

2006-05-07 20:01:21 +04:00
# $NetBSD: Makefile,v 1.10 2006/05/07 16:01:21 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
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}