checkpoint of hacking for mail.cs.berkeley.edu
[unix-history] / usr / src / sbin / XNSrouted / Makefile
... / ...
CommitLineData
1# @(#)Makefile 5.14 (Berkeley) %G%
2
3PROG= XNSrouted
4MAN8= XNSrouted.0
5SRCS= af.c if.c input.c main.c output.c startup.c tables.c timer.c trace.c
6DPADD= ${LIBUTIL} ${LIBCOMPAT}
7LDADD= -lutil -lcompat
8
9.include <bsd.prog.mk>