diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-04 02:19:58 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-04 02:19:58 +0000 |
| commit | 2d68bf45bfd846af100054ea94cdce64e298eb01 (patch) | |
| tree | e310d81d0274f70e39b1ca6e572c855c93bfb84d /sbin/ping6 | |
| parent | a748290789444352877e207721a7db215206cc9a (diff) | |
Notes
Diffstat (limited to 'sbin/ping6')
| -rw-r--r-- | sbin/ping6/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/ping6/Makefile b/sbin/ping6/Makefile index ddc996282653..c8ba59942586 100644 --- a/sbin/ping6/Makefile +++ b/sbin/ping6/Makefile @@ -4,6 +4,7 @@ PROG= ping6 MAN= ping6.8 CFLAGS+=-DINET6 -DIPSEC +WARNS= 0 BINOWN= root BINMODE=4555 |
