aboutsummaryrefslogtreecommitdiff
path: root/bin/kill/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-05-20 04:52:37 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-05-20 04:52:37 +0000
commit961a739a43875eccb9dc5da56e4a0642e923f02b (patch)
tree3ecfc89c2491e7a8cc91e65653ba2ddb63a293db /bin/kill/Makefile
parent28bf320298a3963e0e49b148f639bda2ecb5735b (diff)
downloadsrc-961a739a43875eccb9dc5da56e4a0642e923f02b.tar.gz
src-961a739a43875eccb9dc5da56e4a0642e923f02b.zip
Silence WARNS=2 and BDECFLAGS on the i386 and alpha
MFC After: 1 week
Notes
Notes: svn path=/head/; revision=76876
Diffstat (limited to 'bin/kill/Makefile')
-rw-r--r--bin/kill/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/kill/Makefile b/bin/kill/Makefile
index 55ef16dfce2c..c05caf67b6cf 100644
--- a/bin/kill/Makefile
+++ b/bin/kill/Makefile
@@ -3,4 +3,6 @@
PROG= kill
+WARNS= 2
+
.include <bsd.prog.mk>