From 56e74043f499553a0e6d27e3487504ee6af6a8b9 Mon Sep 17 00:00:00 2001 From: Bill Paul Date: Sun, 2 Apr 1995 16:00:30 +0000 Subject: [PATCH] Make yppush compile again when obj directory exists. *groan* --- gnu/usr.bin/yppush/Makefile | 3 +-- gnu/usr.bin/yppush/yppush.c | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/usr.bin/yppush/Makefile b/gnu/usr.bin/yppush/Makefile index b1cd21f38744..4939ff90cdb6 100644 --- a/gnu/usr.bin/yppush/Makefile +++ b/gnu/usr.bin/yppush/Makefile @@ -1,12 +1,11 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.4 1995/03/02 21:59:51 wpaul Exp $ +# $Id: Makefile,v 1.3 1995/04/02 01:10:08 wpaul Exp $ PROG= yppush SRCS= yp_svc.c yp_clnt.c yppush.c MAN8= yppush.8 CLEANFILES= yp_svc.c yp_clnt.c yp.h yp.x -LDADD=/usr/src/lib/libc/obj/libc.a yp_svc.c: yp.h rm -f yp.x diff --git a/gnu/usr.bin/yppush/yppush.c b/gnu/usr.bin/yppush/yppush.c index 3f5d66f388ee..58008f4e554a 100644 --- a/gnu/usr.bin/yppush/yppush.c +++ b/gnu/usr.bin/yppush/yppush.c @@ -18,7 +18,7 @@ Modified for use with FreeBSD 2.x by Bill Paul (wpaul@ctr.columbia.edu) - $Id: yppush.c,v 1.2 1995/02/05 21:48:00 wpaul Exp $ + $Id: yppush.c,v 1.3 1995/04/02 01:10:13 wpaul Exp $ */ #include @@ -28,7 +28,7 @@ #include #include #include -#include "yp.h" +#include /* * ypclnt.h does not have a definition for struct dom_binding, * although it is used there. It is defined in yp_prot.h, but