summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-08-15 07:46:35 +0000
committerjb <jb@FreeBSD.org>1998-08-15 07:46:35 +0000
commitd1c349611f70676b30e0784655cf961507d11fd5 (patch)
treedc9fc9e285245403942000e1910211a82b98c592 /games
parent9aee508ab2b4fd94c0fecc7eb01c290787fc5ff4 (diff)
downloadFreeBSD-src-d1c349611f70676b30e0784655cf961507d11fd5.zip
FreeBSD-src-d1c349611f70676b30e0784655cf961507d11fd5.tar.gz
Build the setup program static so that we don't try to use the shared
loader before it has been installed in a transition build from aout to elf.
Diffstat (limited to 'games')
-rw-r--r--games/adventure/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/adventure/Makefile b/games/adventure/Makefile
index 5866a35..07de907 100644
--- a/games/adventure/Makefile
+++ b/games/adventure/Makefile
@@ -13,6 +13,6 @@ data.c: glorkz setup
./setup ${.CURDIR}/glorkz > data.c
setup: setup.o
- ${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
+ ${CC} -static ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud