diff --git a/sbin/ping6/Makefile b/sbin/ping6/Makefile index 134f410aca9f..8dc968eaa36a 100644 --- a/sbin/ping6/Makefile +++ b/sbin/ping6/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.3 1999/07/02 00:04:53 thorpej Exp $ +# $NetBSD: Makefile,v 1.4 1999/07/12 19:02:04 itojun Exp $ PROG= ping6 MAN= ping6.8 -BINOWN = root -BINGRP = bin -BINMODE = 4555 +BINOWN= root +BINMODE=4555 -CPPFLAGS+= -DINET6 -CPPFLAGS+= -DIPSEC +CPPFLAGS+=-DINET6 +CPPFLAGS+=-DIPSEC LDADD+= -lipsec -DPADD+= ${LIBIPSEC} +DPADD+= ${LIBIPSEC} .include