summaryrefslogtreecommitdiff
path: root/sbin/route/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/route/Makefile')
-rw-r--r--sbin/route/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/route/Makefile b/sbin/route/Makefile
index 8b038511d94..ac148d24201 100644
--- a/sbin/route/Makefile
+++ b/sbin/route/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 2010/09/04 08:06:09 blambert Exp $
+# $OpenBSD: Makefile,v 1.12 2010/09/04 09:39:56 blambert Exp $
PROG= route
MAN= route.8
@@ -6,7 +6,4 @@ SRCS= route.c show.c
route.o .depend lint tags: keywords.h
-keywords.h: keywords.sh
- /bin/sh ${.CURDIR}/keywords.sh
-
.include <bsd.prog.mk>