correct typo. s/LDADD/DPADD/

This commit is contained in:
itojun 1999-07-12 19:00:52 +00:00
parent 70b6975a7e
commit 8c46b24007

View File

@ -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 <bsd.prog.mk>