snj doesn't like my accent, so use proper English month names.
[netbsd-mini2440.git] / sbin / routed / Makefile
bloba9609bcefdedaf76174735382f681f9aa8d1b67c
1 # $NetBSD: Makefile,v 1.22 1999/06/06 02:00:32 thorpej Exp $
2 # from: @(#)Makefile 8.1 (Berkeley) 6/19/93
4 USE_FORT?= yes # network client/server
5 PROG= routed
6 SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
7 MAN= routed.8
8 SUBDIR= rtquery
10 LDADD+= -lutil
11 DPADD+= ${LIBUTIL}
13 # By popular demand...
14 MLINKS= routed.8 rdisc.8
15 #COPTS+=-g -DDEBUG -Wall
17 .include <bsd.prog.mk>
18 .include <bsd.subdir.mk>