Deleted Added
full compact
Makefile (87325) Makefile (125196)
1# Make `routed` for FreeBSD
1# Make `routed` for FreeBSD
2# $FreeBSD: head/sbin/routed/Makefile 87325 2001-12-04 02:19:58Z obrien $
3# $FreeBSD: head/sbin/routed/Makefile 87325 2001-12-04 02:19:58Z obrien $
2# $FreeBSD: head/sbin/routed/Makefile 125196 2004-01-29 14:36:16Z ru $
4
5PROG= routed
6SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
7MAN= 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
12WARNS= 0
13
14.include <bsd.prog.mk>
3
4PROG= routed
5SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
6MAN= routed.8
7SUBDIR= rtquery
8LDADD+= -lmd
9DPADD+= ${LIBMD}
10#COPTS= -g -DDEBUG -W -Wall -Wcast-align -Wcast-qual -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wunused
11WARNS= 0
12
13.include <bsd.prog.mk>