Source-Changes-HG archive

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

[src/trunk]: src/sys/lkm/compat slight comment fix



details:   https://anonhg.NetBSD.org/src/rev/8a50a3477b32
branches:  trunk
changeset: 500232:8a50a3477b32
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Fri Dec 08 20:20:23 2000 +0000

description:
slight comment fix

diffstat:

 sys/lkm/compat/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 2b77b6846f9a -r 8a50a3477b32 sys/lkm/compat/Makefile
--- a/sys/lkm/compat/Makefile   Fri Dec 08 20:15:11 2000 +0000
+++ b/sys/lkm/compat/Makefile   Fri Dec 08 20:20:23 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/12/08 20:15:11 jdolecek Exp $
+# $NetBSD: Makefile,v 1.7 2000/12/08 20:20:23 jdolecek Exp $
 
 # XXX for now, only Linux on i386 was actually tested, others might
 # need further work; compile stuff on everything, but only install
@@ -7,7 +7,7 @@
 .if (${MACHINE} == "i386")
 SUBDIR+=       linux
 .endif
-.else # !install
+.else # !make(install)
 
 .if (${MACHINE} == "alpha")
 SUBDIR+=       linux osf1
@@ -41,6 +41,6 @@
 SUBDIR+=       ibcs2 ultrix
 .endif
 
-.endif # target(install)
+.endif # !make(install)
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index