diff options
author | wpaul <wpaul@FreeBSD.org> | 1996-06-06 03:58:06 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 1996-06-06 03:58:06 +0000 |
commit | 3ee892f729fc8bb45d06f7d69a4ec496447ccdd2 (patch) | |
tree | a9837cd3bb62256679041b95e9861ca153023a9e /libexec/ypxfr/Makefile | |
parent | 87afb7f371130825602b40da76985b693b40b2c3 (diff) | |
download | FreeBSD-src-3ee892f729fc8bb45d06f7d69a4ec496447ccdd2.zip FreeBSD-src-3ee892f729fc8bb45d06f7d69a4ec496447ccdd2.tar.gz |
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
Diffstat (limited to 'libexec/ypxfr/Makefile')
-rw-r--r-- | libexec/ypxfr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ypxfr/Makefile b/libexec/ypxfr/Makefile index b672219..2beb10d 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 |