diff options
| author | Johan Karlsson <johan@FreeBSD.org> | 2004-02-23 20:25:27 +0000 |
|---|---|---|
| committer | Johan Karlsson <johan@FreeBSD.org> | 2004-02-23 20:25:27 +0000 |
| commit | 604d24db9579f5b317cae3fae63ab75ef5efca7f (patch) | |
| tree | c7a40798921957743bfe9ddeb54c45234fb14086 /sbin/ping | |
| parent | cee1270c1af563b8877f3ee833694ca693505177 (diff) | |
Notes
Diffstat (limited to 'sbin/ping')
| -rw-r--r-- | sbin/ping/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile index 740567fb74f91..24882d3d7d6dd 100644 --- a/sbin/ping/Makefile +++ b/sbin/ping/Makefile @@ -8,7 +8,7 @@ BINMODE=4555 .if ${MACHINE_ARCH} == "alpha" CFLAGS+=-fno-builtin # GCC's builtin memcpy doesn't do unaligned copies .endif -WARNS= 2 +WARNS?= 2 DPADD= ${LIBM} LDADD= -lm |
