14 lines
314 B
Makefile
14 lines
314 B
Makefile
# from: @(#)Makefile 8.1 (Berkeley) 6/12/93
|
|
# $Id: Makefile,v 1.10 1994/10/06 16:30:55 mycroft Exp $
|
|
|
|
PROG= netstat
|
|
SRCS= 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>
|