1999-06-06 06:00:32 +04:00
|
|
|
# $NetBSD: Makefile,v 1.22 1999/06/06 02:00:32 thorpej Exp $
|
1996-08-10 05:28:58 +04:00
|
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/19/93
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= routed
|
1996-08-10 05:28:58 +04:00
|
|
|
SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
|
1994-12-22 13:44:04 +03:00
|
|
|
MAN= routed.8
|
1996-08-10 05:28:58 +04:00
|
|
|
SUBDIR= rtquery
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1999-06-06 06:00:32 +04:00
|
|
|
LDADD+= -lutil
|
|
|
|
DPADD+= ${LIBUTIL}
|
|
|
|
|
1996-08-10 05:48:41 +04:00
|
|
|
# By popular demand...
|
|
|
|
MLINKS= routed.8 rdisc.8
|
1998-08-26 21:50:32 +04:00
|
|
|
#COPTS+=-g -DDEBUG -Wall
|
1996-08-10 05:48:41 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
.include <bsd.prog.mk>
|
1997-10-11 13:34:07 +04:00
|
|
|
.include <bsd.subdir.mk>
|