NetBSD/usr.sbin/quotarestore/Makefile
dholland aa498c6e1e Add quotadump(8), which is a link to repquota, and quotarestore(8),
which is new. Includes man page updates. Approved by releng for
freeze.
2012-02-13 01:35:06 +00:00

11 lines
204 B
Makefile

# $NetBSD: Makefile,v 1.1 2012/02/13 01:35:09 dholland Exp $
PROG= quotarestore
SRCS= quotarestore.c
MAN= quotarestore.8
DPADD= ${LIBQUOTA} ${LIBRPCSVC}
LDADD= -lquota -lrpcsvc
.include <bsd.prog.mk>