--- src/sys/boot/ficl/Makefile 2005/04/05 22:36:29 1.6 +++ src/sys/boot/ficl/Makefile 2005/04/20 20:27:04 1.7 @@ -10,12 +10,11 @@ BASE_SRCS= dict.c ficl.c fileaccess.c fl prefix.c search.c stack.c tools.c vm.c words.c SRCS= ${BASE_SRCS} sysdep.c softcore.c -#OBJS+= stack_protector.o +OBJS+= stack_protector.o stack_protector.o: ../../libkern/stack_protector.c CLEANFILES= softcore.c testmain testmain.o -CFLAGS+= -fno-stack-protector CFLAGS+= -ffreestanding .if ${MACHINE_ARCH} == "i386" CFLAGS+= -mpreferred-stack-boundary=2