1994-06-14 02:04:11 +04:00
|
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
2011-03-06 20:08:10 +03:00
|
|
|
# $NetBSD: Makefile,v 1.6 2011/03/06 17:08:43 bouyer Exp $
|
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
|
|
|
|
2011-03-06 20:08:10 +03:00
|
|
|
.include <bsd.own.mk>
|
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= repquota
|
2011-03-06 20:08:10 +03:00
|
|
|
SRCS= repquota.c
|
1994-12-22 14:32:57 +03:00
|
|
|
MAN= repquota.8
|
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
|
|
|
|
2011-03-06 20:08:10 +03:00
|
|
|
CPPFLAGS+=-I${NETBSDSRCDIR}/sys -I${NETBSDSRCDIR}/usr.bin/quota
|
|
|
|
DPADD= ${LIBPROP}
|
|
|
|
LDADD= -lprop
|
|
|
|
|
|
|
|
.PATH: ${NETBSDSRCDIR}/usr.bin/quota
|
|
|
|
SRCS+= printquota.c
|
|
|
|
.PATH: ${NETBSDSRCDIR}/sys/ufs/ufs
|
|
|
|
SRCS+= quota2_prop.c quota2_subr.c quota1_subr.c
|
|
|
|
|
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>
|