Home | History | Annotate | Line # | Download | only in quota
Makefile revision 1.6.64.4
      1  1.6.64.4   bouyer #	$NetBSD: Makefile,v 1.6.64.4 2011/02/03 15:56:15 bouyer Exp $	
      2       1.3  mycroft #	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
      3       1.1      cgd 
      4  1.6.64.1   bouyer .include <bsd.own.mk>
      5       1.1      cgd PROG=	quota
      6  1.6.64.3   bouyer SRCS=	quota.c printquota.c getvfsquota.c
      7       1.4  deraadt 
      8  1.6.64.2   bouyer CPPFLAGS+=-I${NETBSDSRCDIR}/sys -I${NETBSDSRCDIR}/usr.bin/quota
      9  1.6.64.2   bouyer DPADD=	${LIBRPCSVC} ${LIBPROP}
     10  1.6.64.1   bouyer LDADD=	-lrpcsvc -lprop
     11       1.1      cgd 
     12  1.6.64.1   bouyer .PATH:	${NETBSDSRCDIR}/sys/ufs/ufs 
     13  1.6.64.4   bouyer SRCS+=	quota2_prop.c quota2_subr.c
     14       1.1      cgd .include <bsd.prog.mk>
     15