1d4f533c98
(sync with latest kame)
12 lines
199 B
Makefile
12 lines
199 B
Makefile
# $NetBSD: Makefile,v 1.4 1999/12/31 19:40:19 itojun Exp $
|
|
|
|
PROG= rtsold
|
|
SRCS= rtsold.c rtsol.c if.c probe.c dump.c
|
|
|
|
CPPFLAGS+=-DINET6
|
|
|
|
MAN= rtsold.8
|
|
MLINKS= rtsold.8 rtsol.8
|
|
|
|
.include <bsd.prog.mk>
|