e3d3868ea8
ioctls. (sync with latest kame)
14 lines
244 B
Makefile
14 lines
244 B
Makefile
# $NetBSD: Makefile,v 1.5 2000/02/25 09:19:06 itojun Exp $
|
|
|
|
PROG= rtsol
|
|
SRCS= rtsold.c rtsol.c if.c probe.c dump.c
|
|
|
|
CPPFLAGS+=-DINET6 -DHAVE_GETIFADDRS
|
|
|
|
#MAN= rtsold.8
|
|
NOMAN= yes
|
|
|
|
.PATH: ${.CURDIR}/../../usr.sbin/rtsold
|
|
|
|
.include <bsd.prog.mk>
|