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
This commit is contained in:
Bill Paul 1996-06-06 03:58:06 +00:00
parent c4a4597e90
commit 1ed0ebdc98
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16154

View File

@ -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