diff options
Diffstat (limited to 'sys/Makefile')
-rw-r--r-- | sys/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/Makefile b/sys/Makefile index fd10875..14331b3 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -3,9 +3,6 @@ # The boot loader SUBDIR= boot -# 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> |