diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2008-11-30 17:53:19 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2008-11-30 17:53:19 +0000 |
| commit | 59514054b1a2d534b56dca9ec3624b0e4d6003ee (patch) | |
| tree | 9d50bf6b08237a7555db2ad41b12d3030753d7a2 /sys/conf | |
| parent | 1303699e77d8aa3ebaee2179933e3ebfa808b9e4 (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/Makefile.arm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/conf/Makefile.arm b/sys/conf/Makefile.arm index 99fc300409da..98f7d0d79189 100644 --- a/sys/conf/Makefile.arm +++ b/sys/conf/Makefile.arm @@ -19,9 +19,6 @@ # Which version of config(8) is required. %VERSREQ= 600004 -# Temporary stuff while we're still embryonic -NO_MODULES= - STD8X16FONT?= iso .if !defined(S) @@ -122,6 +119,8 @@ ${KERNEL_KO}.tramp: ${KERNEL_KO} $S/$M/$M/inckern.S $S/$M/$M/elf_trampoline.c rm ${KERNEL_KO}.tmp.gz ${KERNEL_KO}.tramp.noheader opt_kernname.h \ inflate-tramp.o tmphack.S +MKMODULESENV+= MACHINE=${MACHINE} + %BEFORE_DEPEND %OBJS |
