summaryrefslogtreecommitdiff
path: root/sbin/route
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/route')
-rw-r--r--sbin/route/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/route/Makefile b/sbin/route/Makefile
index 8325bf103d5..2cade8efca1 100644
--- a/sbin/route/Makefile
+++ b/sbin/route/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.14 2017/01/19 23:18:29 phessler Exp $
+# $OpenBSD: Makefile,v 1.15 2017/06/12 18:49:34 espie Exp $
PROG= route
MAN= route.8
@@ -6,6 +6,6 @@ SRCS= route.c show.c
CFLAGS+= -Wall -DBFD
-route.o .depend lint tags: keywords.h
+route.o .depend tags: keywords.h
.include <bsd.prog.mk>