diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2013-07-19 14:41:47 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2013-07-19 14:41:47 +0000 |
commit | 9c98347ff470c6002b44fa305e73e7c63a2943a3 (patch) | |
tree | 900c2412e56e7d0a258b10a0f3d4a54f09639fba /sbin | |
parent | 3f682f32166e1fac78ffd6f2bf08d03774fe2f74 (diff) |
Compile /sbin/route with -Wall enabled.
OK deraadt@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/route/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/route/Makefile b/sbin/route/Makefile index ac148d24201..6c38c55b974 100644 --- a/sbin/route/Makefile +++ b/sbin/route/Makefile @@ -1,9 +1,11 @@ -# $OpenBSD: Makefile,v 1.12 2010/09/04 09:39:56 blambert Exp $ +# $OpenBSD: Makefile,v 1.13 2013/07/19 14:41:46 bluhm Exp $ PROG= route MAN= route.8 SRCS= route.c show.c +CFLAGS+= -Wall + route.o .depend lint tags: keywords.h .include <bsd.prog.mk> |