1997-10-18 06:42:25 +00:00
|
|
|
# $NetBSD: Makefile,v 1.6 1997/10/18 06:43:08 lukem Exp $
|
1997-07-23 06:16:44 +00: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 12:15:37 +00:00
|
|
|
|
|
|
|
PROG= trsp
|
1994-12-22 11:43:15 +00:00
|
|
|
MAN= trsp.8
|
1997-07-23 18:20:46 +00:00
|
|
|
|
added accton, edquota, flcopy, gettable, htable, iostat, quotaon,
repquota, trpt, and trsp, per (currently alpha) patch 125.
1993-04-09 12:15:37 +00:00
|
|
|
BINGRP= kmem
|
|
|
|
BINMODE=2555
|
|
|
|
|
1997-07-23 18:20:46 +00: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 12:15:37 +00:00
|
|
|
.include <bsd.prog.mk>
|
|
|
|
|