summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1998-09-25 08:58:49 +0000
committersos <sos@FreeBSD.org>1998-09-25 08:58:49 +0000
commit30e7304e1eaf51ae77950a6f8cfb4c6940d93706 (patch)
tree5653daf46a054152b310cc8af5acf618a28bdf87 /Makefile.inc1
parent477cd4c556df9a164ddff191af7e8e9d68ad1b1b (diff)
downloadFreeBSD-src-30e7304e1eaf51ae77950a6f8cfb4c6940d93706.zip
FreeBSD-src-30e7304e1eaf51ae77950a6f8cfb4c6940d93706.tar.gz
Build the LKM's both on aout & ELF systems.
Reviewed by: jkh
Diffstat (limited to 'Makefile.inc1')
-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