Complete the final step in moving XNSrouted, mrouted and routed to their
[unix-history] / usr.sbin / pppstats / Makefile
CommitLineData
3397e9c9
RG
1#
2# $Id$
3#
4PROG= pppstat
5SRCS= pppstats.c
6
7CFLAGS= -DNO_DRAND48 -DKVMLIB -DPPP
8
9DPADD+= ${LIBUTIL}
10LDADD+= -lutil
11
12NOMAN= noman
13
14BINGRP= kmem
15
16.include <bsd.prog.mk>