summaryrefslogtreecommitdiff
path: root/sbin/route/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/route/Makefile')
-rw-r--r--sbin/route/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/route/Makefile b/sbin/route/Makefile
index afd02ebdbc7..55e7baede0a 100644
--- a/sbin/route/Makefile
+++ b/sbin/route/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.8 2005/03/30 05:34:30 henning Exp $
+# $OpenBSD: Makefile,v 1.9 2005/03/30 06:02:52 henning Exp $
PROG= route
MAN= route.8
-SRCS= route.c show.c keywords.c
+SRCS= route.c show.c
BINOWN= root
BINMODE=555