head	1.7;
access;
symbols
	perseant-exfatfs-base-20250801:1.7
	perseant-exfatfs-base-20240630:1.7
	perseant-exfatfs:1.7.0.20
	perseant-exfatfs-base:1.7
	cjep_sun2x:1.7.0.18
	cjep_sun2x-base:1.7
	cjep_staticlib_x-base1:1.7
	cjep_staticlib_x:1.7.0.16
	cjep_staticlib_x-base:1.7
	phil-wifi-20200421:1.7
	phil-wifi-20200411:1.7
	phil-wifi-20200406:1.7
	pgoyette-compat-merge-20190127:1.7
	pgoyette-compat-20190127:1.7
	pgoyette-compat-20190118:1.7
	pgoyette-compat-1226:1.7
	pgoyette-compat-1126:1.7
	pgoyette-compat-1020:1.7
	pgoyette-compat-0930:1.7
	pgoyette-compat-0906:1.7
	pgoyette-compat-0728:1.7
	pgoyette-compat-0625:1.7
	pgoyette-compat-0521:1.7
	pgoyette-compat-0502:1.7
	pgoyette-compat-0422:1.7
	pgoyette-compat-0415:1.7
	pgoyette-compat-0407:1.7
	pgoyette-compat-0330:1.7
	pgoyette-compat-0322:1.7
	pgoyette-compat-0315:1.7
	pgoyette-compat:1.7.0.14
	pgoyette-compat-base:1.7
	perseant-stdc-iso10646:1.7.0.12
	perseant-stdc-iso10646-base:1.7
	prg-localcount2-base3:1.7
	prg-localcount2-base2:1.7
	prg-localcount2-base1:1.7
	prg-localcount2:1.7.0.10
	prg-localcount2-base:1.7
	pgoyette-localcount-20170426:1.7
	bouyer-socketcan-base1:1.7
	pgoyette-localcount-20170320:1.7
	bouyer-socketcan:1.7.0.8
	bouyer-socketcan-base:1.7
	pgoyette-localcount-20170107:1.7
	pgoyette-localcount-20161104:1.7
	localcount-20160914:1.7
	pgoyette-localcount-20160806:1.7
	pgoyette-localcount-20160726:1.7
	pgoyette-localcount:1.7.0.6
	pgoyette-localcount-base:1.7
	yamt-pagecache-base9:1.7
	yamt-pagecache-tag8:1.3.4.1
	tls-earlyentropy:1.7.0.2
	tls-earlyentropy-base:1.7
	riastradh-xf86-video-intel-2-7-1-pre-2-21-15:1.7
	riastradh-drm2-base3:1.7
	agc-symver:1.7.0.4
	agc-symver-base:1.7
	tls-maxphys-base:1.7
	yamt-pagecache-base8:1.7
	yamt-pagecache-base7:1.7
	yamt-pagecache-base6:1.7
	yamt-pagecache-base5:1.7
	yamt-pagecache-base4:1.7
	yamt-pagecache-base3:1.3
	yamt-pagecache-base2:1.3
	yamt-pagecache:1.3.0.4
	yamt-pagecache-base:1.3
	cherry-xenmp:1.3.0.2
	cherry-xenmp-base:1.3
	bouyer-quota2-base:1.1
	bouyer-quota2-nbase:1.1
	bouyer-quota2:1.1.0.2;
locks; strict;
comment	@# @;


1.7
date	2012.02.13.01.43.25;	author dholland;	state dead;
branches;
next	1.6;

1.6
date	2012.02.01.17.53.01;	author dholland;	state Exp;
branches;
next	1.5;

1.5
date	2012.01.30.19.31.31;	author dholland;	state Exp;
branches;
next	1.4;

1.4
date	2012.01.30.19.28.11;	author dholland;	state Exp;
branches;
next	1.3;

1.3
date	2011.03.25.10.30.35;	author bouyer;	state Exp;
branches
	1.3.4.1;
next	1.2;

1.2
date	2011.03.06.17.08.43;	author bouyer;	state Exp;
branches;
next	1.1;

1.1
date	2011.01.31.21.14.06;	author bouyer;	state dead;
branches
	1.1.2.1;
next	;

1.3.4.1
date	2012.04.17.00.09.52;	author yamt;	state dead;
branches;
next	;

1.1.2.1
date	2011.01.31.21.14.06;	author bouyer;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Remove quotactl(8). Successor for backup purposes is quotarestore(8).
Note that as of this writing the tool continues to work with the old
proplib-xml packet interface against the new libquota(3), so anyone
who has a use for it can bring it back from the Attic and/or create a
pkgsrc package.

Approved by releng for the freeze, and specifically okayed by core a
couple months ago.
@
text
@#	from: @@(#)Makefile	8.1 (Berkeley) 6/6/93
#	$NetBSD: Makefile,v 1.6 2012/02/01 17:53:01 dholland Exp $

.include <bsd.own.mk>
PROG=	quotactl
SRCS=	quotactl.c proplib-interpreter.c quotaprop.c
MAN=	quotactl.8

DPADD=	${LIBPROP} ${LIBQUOTA} ${LIBRPCSVC}
LDADD=	-lprop -lquota -lrpcsvc

.include <bsd.prog.mk>
@


1.6
log
@libquota no longer requires libprop. Also remove some other no-longer-used
.PATH'd-in bits from repquota.
@
text
@d2 1
a2 1
#	$NetBSD: Makefile,v 1.5 2012/01/30 19:31:31 dholland Exp $
@


1.5
log
@Needs its own copy of quotaprop.[ch] too.
@
text
@d2 1
a2 1
#	$NetBSD: Makefile,v 1.4 2012/01/30 19:28:11 dholland Exp $
d9 2
a10 2
DPADD=	${LIBQUOTA} ${LIBRPCSVC} ${LIBPROP}
LDADD=	-lquota -lrpcsvc -lprop
@


1.4
log
@Make it build in userlevel and hook it in.
@
text
@d2 1
a2 1
#	$NetBSD: Makefile,v 1.3 2011/03/25 10:30:35 bouyer Exp $
d6 1
a6 1
SRCS=	quotactl.c proplib-interpreter.c
@


1.3
log
@quota2_prop.c moved to libquota
@
text
@d2 1
a2 1
#	$NetBSD: Makefile,v 1.2 2011/03/06 17:08:43 bouyer Exp $
d6 1
a6 1
SRCS=	quotactl.c
@


1.3.4.1
log
@sync with head
@
text
@d2 1
a2 1
#	$NetBSD: Makefile,v 1.3 2011/03/25 10:30:35 bouyer Exp $
@


1.2
log
@merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.
@
text
@d2 1
a2 1
#	$NetBSD$
d9 2
a10 6
CPPFLAGS+=-I${NETBSDSRCDIR}/sys 
DPADD=	${LIBPROP}
LDADD=	-lprop

.PATH:	${NETBSDSRCDIR}/sys/ufs/ufs 
SRCS+=	quota2_prop.c
@


1.1
log
@file Makefile was initially added on branch bouyer-quota2.
@
text
@d1 16
@


1.1.2.1
log
@Add quotactl(8), a tools which reads a quota command plist from stdin or file
and send it to kernel.
@
text
@a0 16
#	from: @@(#)Makefile	8.1 (Berkeley) 6/6/93
#	$NetBSD: Makefile,v 1.5.64.2 2011/01/29 11:04:43 bouyer Exp $

.include <bsd.own.mk>
PROG=	quotactl
SRCS=	quotactl.c
MAN=	quotactl.8

CPPFLAGS+=-I${NETBSDSRCDIR}/sys 
DPADD=	${LIBPROP}
LDADD=	-lprop

.PATH:	${NETBSDSRCDIR}/sys/ufs/ufs 
SRCS+=	quota2_prop.c

.include <bsd.prog.mk>
@

