freebsd-dev/sbin/routed/Makefile
Baptiste Daroussin 13eb765f2d Convert sbin/ to LIBADD
Reduce overlinking
2014-11-25 11:23:12 +00:00

13 lines
205 B
Makefile

# Make `routed` for FreeBSD
# $FreeBSD$
PROG= routed
MAN= routed.8
SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
WARNS?= 3
LIBADD= md
SUBDIR= rtquery
.include <bsd.prog.mk>