xref: /openbsd/sbin/route/Makefile (revision cecf84d4)
1#	$OpenBSD: Makefile,v 1.13 2013/07/19 14:41:46 bluhm 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.include <bsd.prog.mk>
12