Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / sbin / routed / Makefile
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
6 PROG=   routed
7 SRCS=   if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
8 MAN=   routed.8
9 SUBDIR= rtquery
10 LDADD+= -lmd
11 DPADD+= ${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>