e01a93b63c
of their individual packages based on MK_foo evaluation. There is no intent to split inet/inet6 or other similar combinations for package creation, since they are created during build time. Noticed/prodded by: lidl Sponsored by: The FreeBSD Foundation
14 lines
221 B
Makefile
14 lines
221 B
Makefile
# Make `routed` for FreeBSD
|
|
# $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>
|