1999-05-02 10:51:54 +00:00
|
|
|
# Make `routed` for FreeBSD
|
1999-08-28 00:22:10 +00:00
|
|
|
# $Revision: 1.6 $
|
|
|
|
# $FreeBSD$
|
1996-05-30 16:19:16 +00:00
|
|
|
|
1999-05-02 10:51:54 +00:00
|
|
|
PROG= routed
|
|
|
|
SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
|
|
|
|
MAN8= routed.8
|
|
|
|
SUBDIR= rtquery
|
|
|
|
LDADD+= -lmd
|
|
|
|
DPADD+= ${LIBMD}
|
|
|
|
#COPTS= -g -DDEBUG -W -Wall -Wcast-align -Wcast-qual -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wunused
|
1996-05-30 16:19:16 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|