diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-02-15 12:19:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-02-15 12:19:22 +0000 |
commit | 6ca685c5d53d3b201d9e73d9fd1a5fa38c1e445c (patch) | |
tree | 9e097a9e35b7a07b8fea2ae7851e2c09e7337947 | |
parent | f9f16931d1917b66ad227a5b2dbca252d743ee44 (diff) |
bye bye
-rw-r--r-- | usr.sbin/rpc.pcnfsd/Makefile.clnt | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/usr.sbin/rpc.pcnfsd/Makefile.clnt b/usr.sbin/rpc.pcnfsd/Makefile.clnt deleted file mode 100644 index 7b9ef7c6d76..00000000000 --- a/usr.sbin/rpc.pcnfsd/Makefile.clnt +++ /dev/null @@ -1,29 +0,0 @@ -# $OpenBSD: Makefile.clnt,v 1.2 1997/09/21 11:44:17 deraadt Exp $ - -# This Makefile builds a client used for testing. - -CFLAGS += -DUSER_CACHE -DWTMP -DUSE_YP -I${.OBJDIR} - -PROG= clnt.pcnfsd -SRCS= pcnfsd_test.c pcnfsd_clnt.c pcnfsd_xdr.c -NOMAN= noman - -DPADD= ${LIBRPCSVC} -LDADD= -lrpcsvc - -# Special rules for the generated C code... - -pcnfsd_clnt.c: pcnfsd.x - rpcgen -l ${.CURDIR}/pcnfsd.x -o $@ - -pcnfsd_xdr.c: pcnfsd.x - rpcgen -c ${.CURDIR}/pcnfsd.x -o $@ - -pcnfsd.h: pcnfsd.x - rpcgen -h ${.CURDIR}/pcnfsd.x -o $@ - -CLEANFILES += pcnfsd_clnt.c pcnfsd_xdr.c pcnfsd.h - -.include <bsd.prog.mk> - -.depend ${OBJS}: pcnfsd.h |