Home | History | Annotate | Line # | Download | only in quota
Makefile revision 1.13.26.1
      1  1.13.26.1    martin #	$NetBSD: Makefile,v 1.13.26.1 2020/04/13 08:05:46 martin Exp $	
      2        1.3   mycroft #	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
      3        1.1       cgd 
      4        1.7    bouyer .include <bsd.own.mk>
      5        1.1       cgd PROG=	quota
      6       1.11  dholland SRCS=	quota.c printquota.c
      7        1.4   deraadt 
      8       1.10    bouyer CPPFLAGS+= -I${NETBSDSRCDIR}/usr.bin/quota
      9       1.12  dholland DPADD=	${LIBQUOTA} ${LIBRPCSVC}
     10       1.12  dholland LDADD=	-lquota -lrpcsvc
     11        1.1       cgd 
     12  1.13.26.1    martin COPTS.printquota.c+=	${GCC_NO_STRINGOP_TRUNCATION}
     13  1.13.26.1    martin 
     14        1.1       cgd .include <bsd.prog.mk>
     15