clean up awk syntax
[unix-history] / usr / src / lib / libc / Makefile
index 623e013..a32e379 100644 (file)
@@ -3,7 +3,7 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    4.17 (Berkeley) %G%
+#      @(#)Makefile    4.20 (Berkeley) %G%
 #
 #
 # The system has two monitoring schemes, utilizing either ``prof''
 #
 #
 # The system has two monitoring schemes, utilizing either ``prof''
 # The C run-time startup code is always machine dependent and expected
 # to be located in ${MACHINE}/csu
 #
 # The C run-time startup code is always machine dependent and expected
 # to be located in ${MACHINE}/csu
 #
-# All files contain sccsid strings. To compile a library that does
-# not include these strings one must add -Dlint to DEFS below.
+# All files contain sccsid strings, but these are not compiled into
+# library objects by default, as a space-saving measure.  To produce
+# a library that contains these strings in every object except
+# system call stubs, add -DLIBC_SCCS to DEFS below; to put these
+# strings into system call stubs, use -DSYSLIBC_SCCS.
 #
 # There are two possible methods of doing host name look up.  They are
 #
 # There are two possible methods of doing host name look up.  They are
-# to use the nameserver or /etc/hosts. HOSTLOOKUP defines which method
+# to use the name server or /etc/hosts. HOSTLOOKUP defines which method
 # is to be compiled into libc  :
 #                                                                   
 #      defining HOSTLOOKUP to be "named", compiles the         
 # is to be compiled into libc  :
 #                                                                   
 #      defining HOSTLOOKUP to be "named", compiles the         
-#      host lookup routines that use the BIND nameserver.
+#      host lookup routines that use the BIND name server.
 #
 #      defining HOSTLOOKUP to be "hosttable", compiles
 #      the host lookup routines that use /etc/hosts.
 #
 #      defining HOSTLOOKUP to be "hosttable", compiles
 #      the host lookup routines that use /etc/hosts.
@@ -39,7 +42,10 @@ HOSTLOOKUP=  named
 DESTDIR=
 INSTALL=install -m 644
 DFLMON=        mon.o
 DESTDIR=
 INSTALL=install -m 644
 DFLMON=        mon.o
-MACHINE=vax
+#ifdef vax
+#MACHINE=vax
+#endif
+MACHINE=tahoe
 DEFS=
 COMPAT=        compat-4.1 compat-sys5
 ALL=   gen inet net ns stdio ${MACHINE} ${COMPAT}
 DEFS=
 COMPAT=        compat-4.1 compat-sys5
 ALL=   gen inet net ns stdio ${MACHINE} ${COMPAT}