aa498c6e1e
which is new. Includes man page updates. Approved by releng for freeze.
11 lines
204 B
Makefile
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>
|