From 600f97da286defc9a8481bca7e72dd459d38d6e5 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 3 Nov 1998 06:50:58 +0000 Subject: Build KLD modules, these work for both a.out and elf. --- sys/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/Makefile') diff --git a/sys/Makefile b/sys/Makefile index 470207db8201..7245dc05ae80 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -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 -- cgit v1.3