Deleted Added
full compact
Makefile (22990) Makefile (46303)
1# From: @(#)Makefile 8.1 (Berkeley) 6/19/93
2# $Id$
1# Make `routed` for FreeBSD
2# $Revision: 2.15 $
3# $Id$
3
4
4PROG= routed
5SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c \
6 trace.c
7MAN8= routed.8
8SUBDIR= rtquery
9LDADD+= -lmd
10DPADD+= ${LIBMD}
11#COPTS= -g -DDEBUG -Wall
5PROG= routed
6SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
7MAN8= routed.8
8SUBDIR= rtquery
9LDADD+= -lmd
10DPADD+= ${LIBMD}
11#COPTS= -g -DDEBUG -W -Wall -Wcast-align -Wcast-qual -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wunused
12
13.include <bsd.prog.mk>
12
13.include <bsd.prog.mk>