diff options
author | ru <ru@FreeBSD.org> | 2003-04-01 11:11:38 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-04-01 11:11:38 +0000 |
commit | 59ea65502d2252521ae52b92d2c58d15eafebd46 (patch) | |
tree | c50a8d77156ca9326ca93a116633bd404fbe8725 /sbin/devd | |
parent | b6f2f0c90a4ff3a236f983a4f5cff2fa29f906ad (diff) | |
download | FreeBSD-src-59ea65502d2252521ae52b92d2c58d15eafebd46.zip FreeBSD-src-59ea65502d2252521ae52b92d2c58d15eafebd46.tar.gz |
This can't obviously be cleaner than system headers.
Diffstat (limited to 'sbin/devd')
-rw-r--r-- | sbin/devd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile index ff11fb2..7ffa6da 100644 --- a/sbin/devd/Makefile +++ b/sbin/devd/Makefile @@ -3,7 +3,7 @@ PROG_CXX=devd SRCS= devd.cc token.l parse.y y.tab.h MAN= devd.8 devd.conf.5 -#WARNS?= 5 +WARNS?= 1 DPADD= ${LIBL} LDADD= -ll |