NetBSD/distrib/utils/x_ping/Makefile

16 lines
263 B
Makefile
Raw Normal View History

2010-12-13 22:19:10 +03:00
# $NetBSD: Makefile,v 1.7 2010/12/13 19:19:10 pooka Exp $
1999-10-19 00:19:39 +04:00
# Build ping without IPSEC
SRCDIR= ${.CURDIR}/../../../sbin/ping
1999-10-19 00:19:39 +04:00
PROG= ping
NOMAN= # defined
2010-12-13 22:19:10 +03:00
CPPFLAGS+= -I${SRCDIR} -DCRUNCHOPS
DPADD= ${LIBM}
LDADD= -lm
1999-10-19 00:19:39 +04:00
.include <bsd.prog.mk>
.PATH: ${SRCDIR}