aboutsummaryrefslogtreecommitdiff
path: root/sbin/route/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/route/Makefile')
-rw-r--r--sbin/route/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/route/Makefile b/sbin/route/Makefile
index 1d0d0301e491..aff5994412b3 100644
--- a/sbin/route/Makefile
+++ b/sbin/route/Makefile
@@ -2,7 +2,7 @@
PROG= route
MAN8= route.8
-SRCS= route.c ccitt_addr.c
+SRCS= route.c ccitt_addr.c keywords.h
CFLAGS+=-I.
CLEANFILES+=keywords.h
BINOWN= root