mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
9 lines
190 B
Makefile
9 lines
190 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/19/93
|
|
|
|
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 rttrace
|
|
|
|
.include <bsd.prog.mk>
|