From db8b174ef5086566e0fb7c6e6a3531835486e6ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Schmidt?= Date: Fri, 25 Sep 1998 08:58:49 +0000 Subject: [PATCH] Build the LKM's both on aout & ELF systems. Reviewed by: jkh --- Makefile.inc1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 22a79f1c6ca4..c768b0ada916 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1,5 +1,5 @@ # -# $Id: Makefile.inc1,v 1.19 1998/09/23 06:11:35 markm Exp $ +# $Id: Makefile.inc1,v 1.20 1998/09/23 10:30:43 obrien Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -82,7 +82,7 @@ SUBDIR+= usr.sbin .if exists(secure) && !defined(NOCRYPT) && !defined(NOSECURE) SUBDIR+= secure .endif -.if exists(lkm) && !defined(NOLKM) && ${OBJFORMAT} == "aout" +.if exists(lkm) && !defined(NOLKM) SUBDIR+= lkm .endif @@ -741,7 +741,7 @@ _perl= gnu/usr.bin/perl/miniperl .if !defined(NOSHARE) && exists(${.CURDIR}/share) _scrnmaps= share/syscons/scrnmaps .endif -.if !defined(NOLKM) && exists(${.CURDIR}/lkm) && ${OBJFORMAT} == "aout" +.if !defined(NOLKM) && exists(${.CURDIR}/lkm) _linux= lkm/linux .endif .if ${OBJFORMAT} == "aout"