NetBSD/sbin/route/Makefile

25 lines
546 B
Makefile
Raw Normal View History

1993-03-21 12:45:37 +03:00
# @(#)Makefile 5.6 (Berkeley) 6/27/91
PROG= route
MAN8= route.0
SRCS= route.c
#SRCS= route.c ccitt_addr.c
CFLAGS+=-I.
#CLEANFILES+=keywords.h
BINOWN= root
BINMODE=4555
all route depend lint tags: keywords.h
# keywords.h: keywords
# sed -e '/^#/d' -e '/^$$/d' ${.CURDIR}/keywords > _keywords.tmp
# tr a-z A-Z < _keywords.tmp | paste _keywords.tmp - | \
# awk '{ \
# if (NF > 1) \
# printf "#define\tK_%s\t%d\n\t{\"%s\", K_%s},\n", \
# $$2, NR, $$1, $$2 }' \
# > ${.TARGET}
# rm -f _keywords.tmp
.include <bsd.prog.mk>