diff options
-rw-r--r-- | sys/boot/ficl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile index a7825d9..2306cbc 100644 --- a/sys/boot/ficl/Makefile +++ b/sys/boot/ficl/Makefile @@ -10,10 +10,10 @@ CFLAGS+= -mno-fp-regs .if ${MACHINE_ARCH} == "i386" CFLAGS+= -mpreferred-stack-boundary=2 .endif -.ifmake testmain .if HAVE_PNP -CFLAGS+= -DHAVE_PNP +CFLAGS+= -DHAVE_PNP .endif +.ifmake testmain CFLAGS+= -DTESTMAIN -D_TESTMAIN SRCS+= testmain.c PROG= testmain |