mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Build KLD modules, these work for both a.out and elf.
This commit is contained in:
parent
07e7cd96c5
commit
600f97da28
1 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.12 1998/10/04 00:42:08 gpalmer Exp $
|
||||
# $Id: Makefile,v 1.13 1998/10/11 18:39:38 rnordier Exp $
|
||||
|
||||
# This is the old aout only boot loader.
|
||||
.if exists(${MACHINE}/boot) && ${OBJFORMAT} == "aout"
|
||||
|
|
@ -11,6 +11,9 @@ SUBDIR= boot
|
|||
SUBDIR= boot
|
||||
.endif
|
||||
|
||||
# KLD modules build for both a.out and ELF
|
||||
SUBDIR+=modules
|
||||
|
||||
HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue