Home | History | Annotate | Line # | Download | only in edquota
Makefile revision 1.7
      1  1.3   mycroft #	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
      2  1.7  christos #	$NetBSD: Makefile,v 1.7 2011/03/06 22:34:57 christos Exp $
      3  1.1       cgd 
      4  1.6    bouyer .include <bsd.own.mk>
      5  1.7  christos 
      6  1.7  christos WARNS ?= 4
      7  1.1       cgd PROG=	edquota
      8  1.6    bouyer SRCS=	edquota.c
      9  1.4       cgd MAN=	edquota.8
     10  1.1       cgd 
     11  1.6    bouyer CPPFLAGS+=-I${NETBSDSRCDIR}/sys -I${NETBSDSRCDIR}/usr.bin/quota
     12  1.6    bouyer DPADD=	${LIBPROP}
     13  1.6    bouyer LDADD=	-lprop
     14  1.6    bouyer 
     15  1.6    bouyer .PATH:	${NETBSDSRCDIR}/usr.bin/quota
     16  1.7  christos SRCS+=	getvfsquota.c printquota.c quotautil.c
     17  1.6    bouyer .PATH:	${NETBSDSRCDIR}/sys/ufs/ufs 
     18  1.6    bouyer SRCS+=	quota2_prop.c quota1_subr.c
     19  1.6    bouyer 
     20  1.1       cgd .include <bsd.prog.mk>
     21