NetBSD/distrib/utils/x_ping6/Makefile

18 lines
291 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.2 2000/05/18 00:43:08 matt Exp $
2000-01-04 11:14:12 +03:00
# Build ping6 without IPSEC
SRCDIR= ${.CURDIR}/../../../sbin/ping6
PROG= ping6
NOMAN= yes
CPPFLAGS+=-I${SRCDIR}
CPPFLAGS+=-DINET6
COPTS+= -Os
2000-01-04 11:14:12 +03:00
# KAME scope id hack
CPPFLAGS+=-DKAME_SCOPEID
.include <bsd.prog.mk>
.PATH: ${SRCDIR}