Home | History | Annotate | Line # | Download | only in x_netstat
      1  1.11  pooka #	$NetBSD: Makefile,v 1.11 2010/12/15 11:22:42 pooka Exp $
      2   1.1    mrg 
      3  1.10     tv SRCDIR=		${.CURDIR}/../../../usr.bin/netstat
      4   1.1    mrg 
      5  1.10     tv PROG=		netstat
      6  1.10     tv NOMAN=		# defined
      7   1.1    mrg 
      8  1.10     tv SRCS=		if.c inet.c main.c mbuf.c route.c
      9  1.10     tv 
     10  1.11  pooka CPPFLAGS+=	-DSMALL -I${SRCDIR} -DCRUNCHOPS
     11  1.10     tv DPADD=		${LIBKVM}
     12  1.10     tv LDADD=		-lkvm
     13   1.1    mrg 
     14   1.4  veego .include <bsd.prog.mk>
     15   1.4  veego 
     16  1.10     tv BINOWN=		root
     17  1.10     tv BINMODE=	4555
     18  1.10     tv .PATH:		${SRCDIR}
     19