summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-02-15 12:19:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-02-15 12:19:22 +0000
commit6ca685c5d53d3b201d9e73d9fd1a5fa38c1e445c (patch)
tree9e097a9e35b7a07b8fea2ae7851e2c09e7337947
parentf9f16931d1917b66ad227a5b2dbca252d743ee44 (diff)
bye bye
-rw-r--r--usr.sbin/rpc.pcnfsd/Makefile.clnt29
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