diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-17 10:51:56 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-17 10:51:56 +0000 |
| commit | f94a3783cff548a87ed576943c2267004058d98e (patch) | |
| tree | e214d47f96193b156d29fa409a41b64db77bcc3c /sys/Makefile | |
| parent | 1ddb0ab5552afc7de603b2a98715f866720537e7 (diff) | |
Notes
Diffstat (limited to 'sys/Makefile')
| -rw-r--r-- | sys/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/Makefile b/sys/Makefile index 14331b3bbfa6..6e3702727c6c 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -3,6 +3,11 @@ # The boot loader SUBDIR= boot +# KLD modules build for both a.out and ELF +.if defined(MODULES_WITH_WORLD) +SUBDIR+=modules +.endif + HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh` .include <bsd.subdir.mk> |
