7d56d3747c
Several udp and raw apps IPv6 support. Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
10 lines
149 B
Makefile
10 lines
149 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $FreeBSD$
|
|
|
|
PROG= rip6query
|
|
MAN8= rip6query.8
|
|
|
|
CFLAGS+=-DINET6 -I${.CURDIR}/../route6d
|
|
|
|
.include <bsd.prog.mk>
|