1d4f533c98
(sync with latest kame)
14 lines
226 B
Makefile
14 lines
226 B
Makefile
# $NetBSD: Makefile,v 1.4 1999/12/31 19:40:20 itojun Exp $
|
|
|
|
PROG= rtsol
|
|
SRCS= rtsold.c rtsol.c if.c probe.c dump.c
|
|
|
|
CPPFLAGS+=-DINET6
|
|
|
|
#MAN= rtsold.8
|
|
NOMAN= yes
|
|
|
|
.PATH: ${.CURDIR}/../../usr.sbin/rtsold
|
|
|
|
.include <bsd.prog.mk>
|