summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.inc16
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 22a79f1..c768b0a 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"
OpenPOWER on IntegriCloud