NetBSD/distrib/utils/x_ping6/Makefile

20 lines
310 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2001/12/12 00:05:14 tv 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}