Fixed DPADD.

This commit is contained in:
bde 1997-12-16 15:03:14 +00:00
parent 7c60ac5fe2
commit dca2f080ae

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>