diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2011-06-06 03:06:43 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2011-06-06 03:06:43 +0000 |
commit | db82af41db538fba5938d8585b2e2e2c206affb6 (patch) | |
tree | 7fcbcd5609e82351ec883059d7bfb466d7cb8ef6 /usr.sbin/rtsold/Makefile | |
parent | 77bc49858c4ac962f77f7fd2b991f8c286841d2a (diff) | |
download | src-test2-db82af41db538fba5938d8585b2e2e2c206affb6.tar.gz src-test2-db82af41db538fba5938d8585b2e2e2c206affb6.zip |
Notes
Diffstat (limited to 'usr.sbin/rtsold/Makefile')
-rw-r--r-- | usr.sbin/rtsold/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rtsold/Makefile b/usr.sbin/rtsold/Makefile index efc322c673be..9e2b48037307 100644 --- a/usr.sbin/rtsold/Makefile +++ b/usr.sbin/rtsold/Makefile @@ -19,7 +19,7 @@ MAN= rtsold.8 MLINKS= rtsold.8 rtsol.8 SRCS= rtsold.c rtsol.c if.c probe.c dump.c rtsock.c -WARNS?= 3 +WARNS?= 6 CFLAGS+= -DHAVE_ARC4RANDOM -DHAVE_POLL_H DPADD= ${LIBKVM} LDADD= -lkvm |