Deleted Added
full compact
Makefile (50969) Makefile (74531)
1# Make `routed` for FreeBSD
1# Make `routed` for FreeBSD
2# $FreeBSD: head/sbin/routed/Makefile 50969 1999-09-05 17:49:11Z peter $
3# $FreeBSD: head/sbin/routed/Makefile 50969 1999-09-05 17:49:11Z peter $
2# $FreeBSD: head/sbin/routed/Makefile 74531 2001-03-20 18:13:31Z ru $
3# $FreeBSD: head/sbin/routed/Makefile 74531 2001-03-20 18:13:31Z ru $
4
5PROG= routed
6SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
4
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>
7SUBDIR= rtquery
8LDADD+= -lmd
9DPADD+= ${LIBMD}
10#COPTS= -g -DDEBUG -W -Wall -Wcast-align -Wcast-qual -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wunused
11
12.include <bsd.prog.mk>