Skip to content

Commit

Permalink
ficl: unbreak testmain build
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Nikolajsen committed Feb 13, 2009
1 parent bcd79f2 commit 1858661
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sys/boot/ficl/Makefile
Expand Up @@ -25,6 +25,10 @@ CFLAGS+= -DHAVE_PNP
CFLAGS+= -DTESTMAIN -D_TESTMAIN
SRCS+= testmain.c
PROG= testmain
OBJS+= rel_open.o

rel_open.o: ../common/rel_open.c

.include <bsd.prog.mk>
.else
OBJS+= stack_protector.o
Expand Down

0 comments on commit 1858661

Please sign in to comment.