1# $OpenBSD: Makefile,v 1.2 2016/09/20 10:39:18 phessler Exp $ 2 3PROG= route 4MAN= route.8 5SRCS= route.c show.c 6 7CFLAGS+= -Wall -DSMALL 8 9route.o .depend lint tags: keywords.h 10 11.PATH: ${.CURDIR}/../../../sbin/route 12.include <bsd.prog.mk> 13