summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblambert <blambert@openbsd.org>2010-09-04 09:39:56 +0000
committerblambert <blambert@openbsd.org>2010-09-04 09:39:56 +0000
commit6dbae9d87474f540edac2c87f9717fb26718fef3 (patch)
tree211bf0cb001c06de28d15a28ce0c5e22fc37e2ba
parenttwo more EXIT STATUS sections; (diff)
downloadwireguard-openbsd-6dbae9d87474f540edac2c87f9717fb26718fef3.tar.xz
wireguard-openbsd-6dbae9d87474f540edac2c87f9717fb26718fef3.zip
Tried to get too fancy with the Makefile in a way that doesn't build
correctly; changing keywords.sh still requires manual intervention. pointed out by sthen@
-rw-r--r--sbin/route/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/route/Makefile b/sbin/route/Makefile
index 8b038511d94..ac148d24201 100644
--- a/sbin/route/Makefile
+++ b/sbin/route/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 2010/09/04 08:06:09 blambert Exp $
+# $OpenBSD: Makefile,v 1.12 2010/09/04 09:39:56 blambert Exp $
PROG= route
MAN= route.8
@@ -6,7 +6,4 @@ SRCS= route.c show.c
route.o .depend lint tags: keywords.h
-keywords.h: keywords.sh
- /bin/sh ${.CURDIR}/keywords.sh
-
.include <bsd.prog.mk>