Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/bouyer-quota2]: src/usr.sbin/edquota Needs printquota.c to link.



details:   https://anonhg.NetBSD.org/src/rev/f37035144832
branches:  bouyer-quota2
changeset: 761132:f37035144832
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue Feb 08 22:34:18 2011 +0000

description:
Needs printquota.c to link.

diffstat:

 usr.sbin/edquota/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 1bcfabd7a27b -r f37035144832 usr.sbin/edquota/Makefile
--- a/usr.sbin/edquota/Makefile Tue Feb 08 22:29:58 2011 +0000
+++ b/usr.sbin/edquota/Makefile Tue Feb 08 22:34:18 2011 +0000
@@ -1,5 +1,5 @@
 #      from: @(#)Makefile      8.1 (Berkeley) 6/6/93
-#      $NetBSD: Makefile,v 1.5.64.1 2011/01/30 00:26:03 bouyer Exp $
+#      $NetBSD: Makefile,v 1.5.64.2 2011/02/08 22:34:18 bouyer Exp $
 
 .include <bsd.own.mk>
 PROG=  edquota
@@ -11,7 +11,7 @@
 LDADD= -lprop
 
 .PATH: ${NETBSDSRCDIR}/usr.bin/quota
-SRCS+= getvfsquota.c
+SRCS+= getvfsquota.c printquota.c
 .PATH: ${NETBSDSRCDIR}/sys/ufs/ufs 
 SRCS+= quota2_prop.c quota1_subr.c
 



Home | Main Index | Thread Index | Old Index