From be96b64c2c088b0f2aeaa8349df54cc67632d662 Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 10 Jul 2017 19:52:09 +0000 Subject: [PATCH] zap depend ghost. add a comment explaining why keywords.h is in the source tree even though it's exactly what keywords.sh generates, so that people don't try adding the generating rule again. okay millert@ --- sbin/route/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sbin/route/Makefile b/sbin/route/Makefile index 2cade8efca1..a18c97f8207 100644 --- a/sbin/route/Makefile +++ b/sbin/route/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2017/06/12 18:49:34 espie Exp $ +# $OpenBSD: Makefile,v 1.16 2017/07/10 19:52:09 espie Exp $ PROG= route MAN= route.8 @@ -6,6 +6,9 @@ SRCS= route.c show.c CFLAGS+= -Wall -DBFD -route.o .depend tags: keywords.h +# XXX keywords.h is generated from keywords.sh, but see distrib/special +# easier to keep the copy in source than over-reach from there. +# +route.o tags: keywords.h .include -- 2.20.1