1# $OpenBSD: Makefile,v 1.16 2017/07/10 19:52:09 espie Exp $ 2 3PROG= route 4MAN= route.8 5SRCS= route.c show.c 6 7CFLAGS+= -Wall -DBFD 8 9# XXX keywords.h is generated from keywords.sh, but see distrib/special 10# easier to keep the copy in source than over-reach from there. 11# 12route.o tags: keywords.h 13 14.include <bsd.prog.mk> 15