Comment out PW_COMPACT, cause binary incompatibilities with *BSD
[unix-history] / usr.sbin / XNSrouted / Makefile
CommitLineData
18916298
RG
1# From: @(#)Makefile 5.14 (Berkeley) 2/26/91
2# $Id$
3
4PROG= XNSrouted
5MAN8= XNSrouted.8
6SRCS= af.c if.c input.c main.c output.c startup.c tables.c timer.c trace.c
7DPADD= ${LIBUTIL}
8LDADD= -lutil
9
10.include <bsd.prog.mk>