diff options
author | Bret Lambert <blambert@cvs.openbsd.org> | 2010-09-04 09:39:57 +0000 |
---|---|---|
committer | Bret Lambert <blambert@cvs.openbsd.org> | 2010-09-04 09:39:57 +0000 |
commit | cca40a977322be91a2cc405a540c522ff4f2725b (patch) | |
tree | 205bc36b7bd4646667b775e1cc608f55df3aa8e1 /sbin | |
parent | ea65b6b8da77e556520db6e92940577af2462756 (diff) |
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@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/route/Makefile | 5 |
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> |