xref: /dragonfly/sbin/routed/Makefile (revision b40e316c)
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.2 2003/06/17 04:27:34 dillon Exp $
4# $FreeBSD: src/sbin/routed/Makefile,v 1.8.2.1 2001/04/25 10:58:50 ru Exp $
5
6PROG=   routed
7SRCS=   if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
8MAN=   routed.8
9SUBDIR= rtquery
10LDADD+= -lmd
11DPADD+= ${LIBMD}
12#COPTS= -g -DDEBUG -W -Wall -Wcast-align -Wcast-qual -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wunused
13
14.include <bsd.prog.mk>
15