kqueue: Knote should not be accessed once the KN_PROCESSING is cleared
[dragonfly.git] / sys / boot / pc64 / Makefile.inc
blob53202c88986c235227681a06b05e292ef8d7ed37
1 .if !target(__pc64__)
2 __pc64__:
4 .MAKEFLAGS:  MACHINE_ARCH=i386 MACHINE=i386 REALLY_X86_64=true
6 CFLAGS+=                -m32
7 LDFLAGS+=               -m elf_i386
8 COMPILER_LDFLAGS+=      -Wl,-m,elf_i386
9 AFLAGS+=                --32
11 .include "../pc32/Makefile.inc"
12 .endif