head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	94.07.09.09.15.51;	author md;	state Exp;
branches;
next	1.2;

1.2
date	94.04.22.15.57.59;	author roger;	state Exp;
branches;
next	1.1;

1.1
date	94.04.22.15.55.58;	author roger;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Use standard mandoc macros.
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 6/12/93

PROG=	netstat
SRCS=	if.c inet.c iso.c main.c mbuf.c mroute.c ns.c route.c \
	tp_astring.c unix.c
CFLAGS+=-I/sys
.PATH:	${.CURDIR}/../../sys/netiso
BINGRP=	kmem
BINMODE=2555
LDADD=	-lutil
DPADD=	${LIBUTIL}

.include <bsd.prog.mk>
@


1.2
log
@RENO/44 merge.
@
text
@a11 1
MANDOC= -mandoc-bsd44
@


1.1
log
@Initial revision
@
text
@d10 3
a12 2
LDADD=	-lkvm
DPADD=	${LIBKVM}
@
