Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lib/libsa Add a comment describing what SA_USE_LOADFILE ...



details:   https://anonhg.NetBSD.org/src/rev/0338780c9d4e
branches:  trunk
changeset: 522368:0338780c9d4e
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Feb 17 23:22:22 2002 +0000

description:
Add a comment describing what SA_USE_LOADFILE is for.

diffstat:

 sys/lib/libsa/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c353f311810f -r 0338780c9d4e sys/lib/libsa/Makefile
--- a/sys/lib/libsa/Makefile    Sun Feb 17 23:19:00 2002 +0000
+++ b/sys/lib/libsa/Makefile    Sun Feb 17 23:22:22 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.49 2001/12/12 01:50:05 tv Exp $
+#      $NetBSD: Makefile,v 1.50 2002/02/17 23:22:22 thorpej Exp $
 
 LIB=   sa
 NOPIC= # defined
@@ -6,7 +6,7 @@
 
 SA_USE_CREAD?= no              # Read compressed kernels
 SA_INCLUDE_NET?= yes           # Netboot via TFTP, NFS
-SA_USE_LOADFILE?= no           #
+SA_USE_LOADFILE?= no           # Generic executable loading support
 
 #DEBUGCPPFLAGS= -DBOOTP_DEBUG -DNETIF_DEBUG -DETHER_DEBUG -DNFS_DEBUG -DRPC_DEBUG -DRARP_DEBUG -DNET_DEBUG -DDEBUG -DPARANOID
 CPPFLAGS=      -I${SADIR} ${SACPPFLAGS} ${SAMISCCPPFLAGS} \



Home | Main Index | Thread Index | Old Index