diff options
author | Ed Schouten <ed@FreeBSD.org> | 2010-01-17 21:56:27 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2010-01-17 21:56:27 +0000 |
commit | f6d189a9e4c4c50d95884b4b1ae13e5a03cd7e94 (patch) | |
tree | b53ce267c4c7fc4d8202e2613cc6ef0c96e64c33 /bin | |
parent | 7154ce64ab67c6fc0f6373f597f1314822844e78 (diff) | |
download | src-f6d189a9e4c4c50d95884b4b1ae13e5a03cd7e94.tar.gz src-f6d189a9e4c4c50d95884b4b1ae13e5a03cd7e94.zip |
Raise WARNS for various tools where possible.
Submitted by: Marius NĂ¼nnerich <marius@nuenneri.ch>
Notes
Notes:
svn path=/head/; revision=202532
Diffstat (limited to 'bin')
-rw-r--r-- | bin/pkill/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/pkill/Makefile b/bin/pkill/Makefile index 3437c0db0a17..e98ed2c4e522 100644 --- a/bin/pkill/Makefile +++ b/bin/pkill/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ PROG= pkill -WARNS?= 5 DPADD= ${LIBKVM} LDADD= -lkvm |