aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1996-06-06 03:58:06 +0000
committerBill Paul <wpaul@FreeBSD.org>1996-06-06 03:58:06 +0000
commit1ed0ebdc98d0fd5b410b91cd5a667a908a4df7e0 (patch)
treea9837cd3bb62256679041b95e9861ca153023a9e /libexec
parentc4a4597e90b8a1c8e4e0b0be8bd5a153d357905f (diff)
downloadsrc-1ed0ebdc98d0fd5b410b91cd5a667a908a4df7e0.tar.gz
src-1ed0ebdc98d0fd5b410b91cd5a667a908a4df7e0.zip
Take ypxfrd_xdr.c out of SRCS line. It should be included in librpcsvc,
which ypxfr links with. (Sorry: left over development bogon.) Just a reminder: you must rebuild librpcsvc before you build this program. Pointed out by: Stephen Hocking
Notes
Notes: svn path=/head/; revision=16154
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ypxfr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ypxfr/Makefile b/libexec/ypxfr/Makefile
index b67221967028..2beb10d901b3 100644
--- a/libexec/ypxfr/Makefile
+++ b/libexec/ypxfr/Makefile
@@ -1,9 +1,9 @@
-# $Id: Makefile,v 1.6 1995/12/16 04:03:02 wpaul Exp $
+# $Id: Makefile,v 1.2 1996/06/05 05:42:46 wpaul Exp $
PROG= ypxfr
SRCS= ypxfr_clnt.c yp_clnt.c ypxfr_getmap.c yp_dblookup.c \
yp_error.c ypxfr_misc.c ypxfr_main.c yp_dbwrite.c \
- ypxfrd_xdr.c ypxfrd_getmap.c
+ ypxfrd_getmap.c
.PATH: ${.CURDIR}/../../usr.sbin/ypserv