This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / usr.sbin / XNSrouted / Makefile
# From: @(#)Makefile 5.14 (Berkeley) 2/26/91
# $Id$
PROG= XNSrouted
MAN8= XNSrouted.8
SRCS= af.c if.c input.c main.c output.c startup.c tables.c timer.c trace.c
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>