Home | History | Annotate | Line # | Download | only in quota
Makefile revision 1.10
      1  1.10    bouyer #	$NetBSD: Makefile,v 1.10 2011/03/24 17:05:46 bouyer Exp $	
      2   1.3   mycroft #	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
      3   1.1       cgd 
      4   1.8  christos WARNS ?= 4
      5   1.7    bouyer .include <bsd.own.mk>
      6   1.1       cgd PROG=	quota
      7  1.10    bouyer SRCS=	quota.c printquota.c getvfsquota.c
      8   1.4   deraadt 
      9  1.10    bouyer CPPFLAGS+= -I${NETBSDSRCDIR}/usr.bin/quota
     10  1.10    bouyer DPADD=	${LIBQUOTA} ${LIBRPCSVC} ${LIBPROP}
     11  1.10    bouyer LDADD=	-lquota -lrpcsvc -lprop
     12   1.1       cgd 
     13   1.1       cgd .include <bsd.prog.mk>
     14