Also build and install log for ARM

This commit is contained in:
Thomas Veerman 2013-01-23 15:12:19 +01:00
parent fe45ee7ed0
commit a5f7ba46f5
3 changed files with 3 additions and 3 deletions

View file

@ -160,7 +160,6 @@
./usr/sbin/fxp minix-sys
./usr/sbin/hello minix-sys
./usr/sbin/lance minix-sys
./usr/sbin/log minix-sys
./usr/sbin/orinoco minix-sys
./usr/sbin/pci minix-sys
./usr/sbin/printer minix-sys

View file

@ -3734,6 +3734,7 @@
./usr/sbin/installboot_nbsd minix-sys
./usr/sbin/ipc minix-sys
./usr/sbin/kernel minix-sys
./usr/sbin/log minix-sys
./usr/sbin/memory minix-sys
./usr/sbin minix-sys
./usr/sbin/mkproto minix-sys

View file

@ -10,7 +10,7 @@ SUBDIR= at_wini floppy log tty pci
.endif
.if ${MACHINE_ARCH} == "earm"
SUBDIR= tty
SUBDIR= log tty
.endif
.else # ${MKIMAGEONLY} != "yes"
@ -23,7 +23,7 @@ SUBDIR= ahci amddev atl2 at_wini audio dec21140A dp8390 dpeth \
.endif
.if ${MACHINE_ARCH} == "earm"
SUBDIR= mmc tty
SUBDIR= mmc log tty
.endif
.endif # ${MKIMAGEONLY} != "yes"