summaryrefslogtreecommitdiff
path: root/sys/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-11-03 06:50:58 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-11-03 06:50:58 +0000
commit600f97da286defc9a8481bca7e72dd459d38d6e5 (patch)
tree5f72a9c25480a6b91e529e9dc548a7547b0b6b95 /sys/Makefile
parent07e7cd96c5a6a0e87a101b1475bcebf1589c8407 (diff)
Notes
Diffstat (limited to 'sys/Makefile')
-rw-r--r--sys/Makefile5
1 files changed, 4 insertions, 1 deletions
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 <bsd.subdir.mk>