diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile index 94570599a322..e23c17015814 100644 --- a/sbin/ping/Makefile +++ b/sbin/ping/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/07/02 04:53:23 itojun Exp $ +# $NetBSD: Makefile,v 1.12 1999/07/12 19:00:52 itojun Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= ping @@ -8,6 +8,6 @@ BINMODE=4555 LDADD= -lm CPPFLAGS+= -DIPSEC LDADD+= -lipsec -LDADD+= ${LIBIPSEC} +DPADD+= ${LIBIPSEC} .include