Home | History | Annotate | Line # | Download | only in rpc.lockd
Makefile revision 1.5.2.1
      1  1.5.2.1   lukem #	$NetBSD: Makefile,v 1.5.2.1 1997/11/08 15:12:30 lukem Exp $
      2      1.1  scottr 
      3      1.1  scottr PROG=	rpc.lockd
      4      1.1  scottr SRCS=	nlm_prot_svc.c lockd.c lock_proc.c
      5      1.1  scottr MAN=	rpc.lockd.8
      6      1.1  scottr MLINKS=	rpc.lockd.8 lockd.8
      7      1.1  scottr 
      8  1.5.2.1   lukem CPPFLAGS+= -I.
      9      1.1  scottr 
     10      1.1  scottr DPADD=	${LIBRPCSVC}
     11      1.1  scottr LDADD=	-lrpcsvc
     12      1.1  scottr 
     13      1.1  scottr CLEANFILES= nlm_prot_svc.c nlm_prot.x nlm_prot.h test
     14      1.1  scottr 
     15      1.4     cjs nlm_prot_svc.c: ${DESTDIR}/usr/include/rpcsvc/nlm_prot.x
     16      1.1  scottr 	rm -f nlm_prot.x
     17      1.4     cjs 	ln -s ${DESTDIR}/usr/include/rpcsvc/nlm_prot.x .
     18      1.1  scottr 	rm -f nlm_prot.h
     19      1.4     cjs 	ln -s ${DESTDIR}/usr/include/rpcsvc/nlm_prot.h .
     20      1.5   lukem 	rpcgen -C -L -m -o ${.TARGET} nlm_prot.x
     21      1.1  scottr 
     22      1.1  scottr test: ${.CURDIR}/test.c
     23      1.1  scottr 	cc -o test ${.CURDIR}/test.c -lrpcsvc
     24      1.1  scottr 
     25      1.1  scottr .include <bsd.prog.mk>
     26