# from: @(#)Makefile 8.1 (Berkeley) 6/6/93 # $NetBSD: Makefile,v 1.6 2011/03/06 17:08:43 bouyer Exp $ .include PROG= repquota SRCS= repquota.c MAN= repquota.8 CPPFLAGS+=-I${NETBSDSRCDIR}/sys -I${NETBSDSRCDIR}/usr.bin/quota DPADD= ${LIBPROP} LDADD= -lprop .PATH: ${NETBSDSRCDIR}/usr.bin/quota SRCS+= printquota.c .PATH: ${NETBSDSRCDIR}/sys/ufs/ufs SRCS+= quota2_prop.c quota2_subr.c quota1_subr.c .include