NetBSD/distrib/utils/x_netstat/Makefile
veego 3a53c9e30e Fxi the last commit:
move the include of bsd.prog.mk in front of the .PATH.
1999-05-23 10:25:43 +00:00

19 lines
305 B
Makefile

# $NetBSD: Makefile,v 1.4 1999/05/23 10:25:43 veego Exp $
PROG= netstat
SRCS= if.c inet.c main.c mbuf.c route.c
SRCDIR= ${BSDSRCDIR}/usr.bin/netstat
CPPFLAGS+= -DSMALL -I${SRCDIR}
LDADD= -lkvm
DPADD= ${LIBKVM}
MKMAN= no
BINOWN= root
BINMODE=4555
all: ${PROG}
.include <bsd.prog.mk>
.PATH: ${SRCDIR}