xref: /dragonfly/sbin/routed/Makefile (revision 1847e88f)
1# Make `routed` for FreeBSD
2# $FreeBSD: src/sbin/routed/Makefile,v 1.8.2.1 2001/04/25 10:58:50 ru Exp $
3# $DragonFly: src/sbin/routed/Makefile,v 1.3 2005/03/16 21:21:34 cpressey Exp $
4# $FreeBSD: src/sbin/routed/Makefile,v 1.8.2.1 2001/04/25 10:58:50 ru Exp $
5
6PROG=   routed
7WARNS?=	6
8SRCS=   if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
9MAN=   routed.8
10SUBDIR= rtquery
11LDADD+= -lmd
12DPADD+= ${LIBMD}
13#COPTS= -g -DDEBUG -W -Wall -Wcast-align -Wcast-qual -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wunused
14
15.include <bsd.prog.mk>
16