1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-10 09:42:26 +00:00
freebsd/sbin/routed/Makefile

13 lines
205 B
Makefile
Raw Normal View History

# 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>