From 0a1c88753802baa28b8d755dc7610cabdbaf840f Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sun, 14 Aug 1994 06:57:34 +0000 Subject: [PATCH] Make keywords.h get properly built. Submitted by: jkh --- sbin/route/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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