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@
-# $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
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 <bsd.prog.mk>