summaryrefslogtreecommitdiff
path: root/sbin/route/Makefile
blob: ed8c3caa26ea761950c3b817c978413326dac5e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.6 1999/12/08 07:55:54 itojun Exp $

PROG=	route
MAN=	route.8
SRCS=	route.c show.c keywords.c ccitt_addr.c
BINOWN=	root
BINMODE=555

CPPFLAGS+=	-DINET6

route.o .depend lint tags: keywords.h

.include <bsd.prog.mk>