2003-09-06 16:56:43 +04:00
|
|
|
# $NetBSD: Makefile,v 1.10 2003/09/06 12:56:43 itojun Exp $
|
1999-09-03 09:14:37 +04:00
|
|
|
|
|
|
|
PROG= rtsold
|
2001-07-09 10:04:28 +04:00
|
|
|
SRCS= rtsold.c rtsol.c if.c probe.c dump.c rtsock.c
|
1999-09-03 09:14:37 +04:00
|
|
|
|
2003-09-06 16:56:43 +04:00
|
|
|
CPPFLAGS+=-DINET6 -DUSE_RTSOCK
|
1999-09-03 09:14:37 +04:00
|
|
|
|
|
|
|
MAN= rtsold.8
|
1999-09-03 09:25:43 +04:00
|
|
|
MLINKS= rtsold.8 rtsol.8
|
1999-09-03 09:14:37 +04:00
|
|
|
|
2002-05-31 14:22:11 +04:00
|
|
|
LDADD+= -lutil
|
|
|
|
DPADD+= ${LIBUTIL}
|
|
|
|
|
1999-09-03 09:14:37 +04:00
|
|
|
.include <bsd.prog.mk>
|