diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2001-05-20 04:52:37 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2001-05-20 04:52:37 +0000 |
| commit | 961a739a43875eccb9dc5da56e4a0642e923f02b (patch) | |
| tree | 3ecfc89c2491e7a8cc91e65653ba2ddb63a293db /bin/kill/Makefile | |
| parent | 28bf320298a3963e0e49b148f639bda2ecb5735b (diff) | |
Notes
Diffstat (limited to 'bin/kill/Makefile')
| -rw-r--r-- | bin/kill/Makefile | 2 |
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> |
