freebsd-src/sbin/routed/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
209 B
Makefile
Raw Normal View History

# Make `routed` for FreeBSD
PACKAGE=runtime
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>