Build ping without IPSEC.

This commit is contained in:
pk 1999-10-18 20:19:39 +00:00
parent b06b87a810
commit c21bc25a04
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# $NetBSD: Makefile,v 1.1 1999/10/18 20:19:39 pk Exp $
# Build ping without IPSEC
SRCDIR= ${.CURDIR}/../../../sbin/ping
PROG= ping
MKMAN= no
LDADD= -lm
CPPFLAGS+= -I${SRCDIR}
all: ${PROG}
.include <bsd.prog.mk>
.PATH: ${SRCDIR}