Home | History | Annotate | Line # | Download | only in rpc.rquotad
      1  1.11     lukem #	$NetBSD: Makefile,v 1.11 2023/06/03 09:09:11 lukem Exp $
      2   1.1   deraadt 
      3   1.7    bouyer .include <bsd.own.mk>
      4   1.1   deraadt PROG =	rpc.rquotad
      5   1.1   deraadt SRCS =	rquotad.c
      6   1.2        pk MAN  =	rpc.rquotad.8
      7   1.3       jtc MLINKS = rpc.rquotad.8 rquotad.8
      8   1.1   deraadt 
      9   1.9  dholland DPADD=	${LIBQUOTA} ${LIBRPCSVC}
     10   1.9  dholland LDADD=	-lquota -lrpcsvc
     11   1.1   deraadt 
     12  1.11     lukem COPTS.rquotad.c+=	${CC_WNO_CAST_FUNCTION_TYPE}
     13  1.10       mrg 
     14   1.1   deraadt .include <bsd.prog.mk>
     15