1 1.23 tls # $NetBSD: Makefile,v 1.23 2007/05/28 12:06:23 tls Exp $ 2 1.15 thorpej # from: @(#)Makefile 8.1 (Berkeley) 6/19/93 3 1.1 cgd 4 1.23 tls USE_FORT?= yes # network client/server 5 1.1 cgd PROG= routed 6 1.15 thorpej SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c 7 1.11 cgd MAN= routed.8 8 1.15 thorpej SUBDIR= rtquery 9 1.22 thorpej 10 1.22 thorpej LDADD+= -lutil 11 1.22 thorpej DPADD+= ${LIBUTIL} 12 1.16 thorpej 13 1.16 thorpej # By popular demand... 14 1.16 thorpej MLINKS= routed.8 rdisc.8 15 1.19 christos #COPTS+=-g -DDEBUG -Wall 16 1.1 cgd 17 1.1 cgd .include <bsd.prog.mk> 18 1.18 mycroft .include <bsd.subdir.mk> 19