diff options
author | ed <ed@FreeBSD.org> | 2011-06-06 20:24:17 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2011-06-06 20:24:17 +0000 |
commit | 52acbc4c0a01ae6c8a405c4588f612262bc0a798 (patch) | |
tree | 5a8663c8132bc6dbd4b2cdb6efbf75cc743430d6 /usr.sbin/rtsold | |
parent | 3f1de98b344828e5a09a22f49c9068f2de8e689d (diff) | |
download | FreeBSD-src-52acbc4c0a01ae6c8a405c4588f612262bc0a798.zip FreeBSD-src-52acbc4c0a01ae6c8a405c4588f612262bc0a798.tar.gz |
Remove redundant assignments to WARNS.
For these directories, WARNS is already implied to be 6.
Diffstat (limited to 'usr.sbin/rtsold')
-rw-r--r-- | usr.sbin/rtsold/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/rtsold/Makefile b/usr.sbin/rtsold/Makefile index 9e2b480..c7c93af 100644 --- a/usr.sbin/rtsold/Makefile +++ b/usr.sbin/rtsold/Makefile @@ -19,7 +19,6 @@ MAN= rtsold.8 MLINKS= rtsold.8 rtsol.8 SRCS= rtsold.c rtsol.c if.c probe.c dump.c rtsock.c -WARNS?= 6 CFLAGS+= -DHAVE_ARC4RANDOM -DHAVE_POLL_H DPADD= ${LIBKVM} LDADD= -lkvm |