summaryrefslogtreecommitdiff
path: root/distrib/special/route/Makefile
blob: 9c0edbe19212a0e66489873881a981546d89a0ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.2 2016/09/20 10:39:18 phessler Exp $

PROG=	route
MAN=	route.8
SRCS=	route.c show.c

CFLAGS+=	-Wall -DSMALL

route.o .depend lint tags: keywords.h

.PATH:  ${.CURDIR}/../../../sbin/route
.include <bsd.prog.mk>