NetBSD/usr.bin/netstat/Makefile
gwr 10e180cc49 Back out the .PATH.c changes. The .depend problem (and others)
will be fixed using the new .NOPATH make feature instead.
1997-05-08 21:11:01 +00:00

14 lines
322 B
Makefile

# $NetBSD: Makefile,v 1.14 1997/05/08 21:11:44 gwr Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/12/93
PROG= netstat
SRCS= atalk.c if.c inet.c iso.c main.c mbuf.c mroute.c ns.c route.c \
tp_astring.c unix.c
.PATH: ${.CURDIR}/../../sys/netiso
BINGRP= kmem
BINMODE=2555
LDADD= -lkvm
DPADD= ${LIBKVM}
.include <bsd.prog.mk>