1 # $NetBSD: Makefile,v 1.22 1999/06/06 02:00:32 thorpej Exp $ 2 # from: @(#)Makefile 8.1 (Berkeley) 6/19/93 3 4 PROG= routed 5 SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c 6 MAN= routed.8 7 SUBDIR= rtquery 8 9 LDADD+= -lutil 10 DPADD+= ${LIBUTIL} 11 12 # By popular demand... 13 MLINKS= routed.8 rdisc.8 14 #COPTS+=-g -DDEBUG -Wall 15 16 .include <bsd.prog.mk> 17 .include <bsd.subdir.mk> 18