From c49e9d0aed157412e765f2d877acb990d48353bd Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 30 Jan 1998 17:28:02 +0000 Subject: [PATCH] [$(subdir)==nis]: Define CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1. (sysdep_headers): Install netrose/rose.h. --- sysdeps/unix/sysv/linux/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 7437cb06e5f..ff81e368e07 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -59,5 +59,9 @@ sysdep_headers += netinet/in_systm.h netinet/udp.h \ sys/socketvar.h net/if_slip.h net/if_packet.h endif +ifeq ($(subdir),nis) +CFLAGS-ypclnt.c = -DUSE_BINDINGDIR=1 +endif + # Don't compile the ctype glue code, since there is no old non-GNU C library. inhibit-glue = yes -- 2.47.2