mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 04:43:32 +00:00
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:
parent
c4a4597e90
commit
1ed0ebdc98
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16154
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user