[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/Makefile between version 1.5 and 1.6

version 1.5, 1993/04/27 03:25:47 version 1.6, 1993/04/27 10:11:24
Line 6 
Line 6 
 # from CFLAGS below.  To remove these strings from just the system call  # from CFLAGS below.  To remove these strings from just the system call
 # stubs, remove just -DSYSLIBC_SCCS from CFLAGS.  # stubs, remove just -DSYSLIBC_SCCS from CFLAGS.
 #  #
 # To produce a library that does YP, add -DYP to CFLAGS below.  # The YP functions are always in libc. To choose that getpwent() and friends
   # actually call the YP functions, put -DYP on the CFLAGS line below.
   
 LIB=c  LIB=c
 CFLAGS+=-DYP -DLIBC_SCCS -DSYSLIBC_SCCS  CFLAGS+=-DYP -DLIBC_SCCS -DSYSLIBC_SCCS

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>