summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-rw-r--r--sbin/route/Makefile4
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>