xref: /dragonfly/usr.sbin/route6d/Makefile (revision d4ef6694)
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2#	$FreeBSD: src/usr.sbin/route6d/Makefile,v 1.2.2.2 2001/04/25 12:10:44 ru Exp $
3#	$DragonFly: src/usr.sbin/route6d/Makefile,v 1.2 2003/06/17 04:30:02 dillon Exp $
4
5PROG=	route6d
6MAN=	route6d.8
7WARNS?=	2
8
9CFLAGS+=	-Dss_len=__ss_len -Dss_family=__ss_family -DINET6 \
10	-DHAVE_GETIFADDRS
11
12.include <bsd.prog.mk>
13