mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-28 08:02:54 +00:00
Removed the cruft that became cruft after rev. 1.4.
Fixed CLEANFILES.
This commit is contained in:
parent
f8ba15551d
commit
df422a1217
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94499
@ -7,7 +7,7 @@ SRCS= route.c keywords.h
|
||||
CFLAGS+=-I. -Wall -DNS
|
||||
CFLAGS+=-DINET6
|
||||
WARNS= 0
|
||||
CLEANFILES+=keywords.h
|
||||
CLEANFILES+=keywords.h _keywords.tmp
|
||||
|
||||
keywords.h: keywords
|
||||
sed -e '/^#/d' -e '/^$$/d' ${.CURDIR}/keywords > _keywords.tmp
|
||||
@ -19,8 +19,4 @@ keywords.h: keywords
|
||||
> ${.TARGET}
|
||||
rm -f _keywords.tmp
|
||||
|
||||
./keywords.h: keywords.h
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
route .depend lint tags: keywords.h
|
||||
|
Loading…
Reference in New Issue
Block a user