1997-10-18 10:42:25 +04:00
|
|
|
# $NetBSD: Makefile,v 1.6 1997/10/18 06:43:08 lukem Exp $
|
1997-07-23 10:16:44 +04:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
added accton, edquota, flcopy, gettable, htable, iostat, quotaon,
repquota, trpt, and trsp, per (currently alpha) patch 125.
1993-04-09 16:15:37 +04:00
|
|
|
|
|
|
|
PROG= trsp
|
1994-12-22 14:43:15 +03:00
|
|
|
MAN= trsp.8
|
1997-07-23 22:20:46 +04:00
|
|
|
|
added accton, edquota, flcopy, gettable, htable, iostat, quotaon,
repquota, trpt, and trsp, per (currently alpha) patch 125.
1993-04-09 16:15:37 +04:00
|
|
|
BINGRP= kmem
|
|
|
|
BINMODE=2555
|
|
|
|
|
1997-07-23 22:20:46 +04:00
|
|
|
DPADD= ${LIBKVM}
|
|
|
|
LDADD= -lkvm
|
|
|
|
|
added accton, edquota, flcopy, gettable, htable, iostat, quotaon,
repquota, trpt, and trsp, per (currently alpha) patch 125.
1993-04-09 16:15:37 +04:00
|
|
|
.include <bsd.prog.mk>
|
|
|
|
|