Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 May 1998 08:10:54 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG
Subject:   cvs commit: src/lib/libc/yp Makefile.inc
Message-ID:  <199805091510.IAA16745@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/05/09 08:10:54 PDT

  Modified files:
    lib/libc/yp          Makefile.inc 
  Log:
  Fixed the usual missing dependencies on headers generated by rpcgen.
  
  Use rpcgen's -C option, although using it for non-headers breaks K&R
  support.  A local copy of yp.h is built to avoid adding
  -I/usr/include/rpcsvc to CFLAGS.  This version of yp.h differed from
  <rpcsvc/yp.h> only in not declaring prototypes.
  
  Fixed style bugs.
  
  Revision  Changes    Path
  1.7       +6 -6      src/lib/libc/yp/Makefile.inc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805091510.IAA16745>