Fixed DPADD.

This commit is contained in:
Bruce Evans 1997-12-16 15:03:14 +00:00
parent a791a060f3
commit e3d099c303
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31773

View File

@ -1,10 +1,12 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $Id$
PROG= ping
MAN8= ping.8
BINOWN= root
BINMODE=4555
COPTS+= -Wall -Wmissing-prototypes
DPADD= ${LIBM}
LDADD= -lm
.include <bsd.prog.mk>