diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-12-16 15:03:14 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-12-16 15:03:14 +0000 |
| commit | e3d099c303a3c70ebb9d7e3f708525449ce7365c (patch) | |
| tree | 3d01c3dd8c9c904c0f784637d468a45fde30d8c7 | |
| parent | a791a060f335818e15118168c0f8e568699357b1 (diff) | |
Notes
| -rw-r--r-- | sbin/ping/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile index 4723926c9ad2..47708df39c8a 100644 --- a/sbin/ping/Makefile +++ b/sbin/ping/Makefile @@ -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> |
