xref: /openbsd/sbin/route/Makefile (revision 898184e3)
1#	$OpenBSD: Makefile,v 1.12 2010/09/04 09:39:56 blambert Exp $
2
3PROG=	route
4MAN=	route.8
5SRCS=	route.c show.c
6
7route.o .depend lint tags: keywords.h
8
9.include <bsd.prog.mk>
10