# Make `routed` for FreeBSD # $FreeBSD: head/sbin/routed/Makefile 50969 1999-09-05 17:49:11Z peter $ # $FreeBSD: head/sbin/routed/Makefile 50969 1999-09-05 17:49:11Z peter $ PROG= routed SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c MAN8= routed.8 SUBDIR= rtquery LDADD+= -lmd DPADD+= ${LIBMD} #COPTS= -g -DDEBUG -W -Wall -Wcast-align -Wcast-qual -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wunused .include