freebsd-dev/usr.sbin/XNSrouted/Makefile
Rodney W. Grimes 3219c922a9 BSD 4.4 Lite sbin -> usr.sbin Sources
Note: The sources for XNSrouted and routed are being imported to usr.sbin
instead of sbin.
1994-05-26 06:39:07 +00:00

10 lines
207 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= XNSrouted
MAN8= XNSrouted.0
SRCS= af.c if.c input.c main.c output.c startup.c tables.c timer.c trace.c
DPADD= ${LIBCOMPAT}
LDADD= -lcompat
.include <bsd.prog.mk>