Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/quotactl quota2_prop.c moved to libquota
details: https://anonhg.NetBSD.org/src/rev/c3c95a2a854b
branches: trunk
changeset: 763564:c3c95a2a854b
user: bouyer <bouyer%NetBSD.org@localhost>
date: Fri Mar 25 10:30:35 2011 +0000
description:
quota2_prop.c moved to libquota
diffstat:
usr.sbin/quotactl/Makefile | 10 +++-------
1 files changed, 3 insertions(+), 7 deletions(-)
diffs (23 lines):
diff -r 85aec4c72c76 -r c3c95a2a854b usr.sbin/quotactl/Makefile
--- a/usr.sbin/quotactl/Makefile Fri Mar 25 10:25:17 2011 +0000
+++ b/usr.sbin/quotactl/Makefile Fri Mar 25 10:30:35 2011 +0000
@@ -1,16 +1,12 @@
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $NetBSD: Makefile,v 1.2 2011/03/06 17:08:43 bouyer Exp $
+# $NetBSD: Makefile,v 1.3 2011/03/25 10:30:35 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
+DPADD= ${LIBQUOTA} ${LIBRPCSVC} ${LIBPROP}
+LDADD= -lquota -lrpcsvc -lprop
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index