xref: /openbsd/distrib/special/route/Makefile (revision cecf84d4)
1#	$OpenBSD: Makefile,v 1.1 2014/12/23 17:16:03 deraadt Exp $
2
3PROG=	route
4MAN=	route.8
5SRCS=	route.c show.c
6
7CFLAGS+=	-Wall
8
9route.o .depend lint tags: keywords.h
10
11.PATH:  ${.CURDIR}/../../../sbin/route
12.include <bsd.prog.mk>
13