Home | History | Annotate | Line # | Download | only in rpc.rquotad
Makefile revision 1.9.40.1
      1  1.9.40.1    martin #	$NetBSD: Makefile,v 1.9.40.1 2020/04/13 08:03:18 martin 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.9.40.1    martin COPTS.rquotad.c+=	${GCC_NO_CAST_FUNCTION_TYPE}
     13  1.9.40.1    martin 
     14       1.1   deraadt .include <bsd.prog.mk>
     15