summaryrefslogtreecommitdiffstats
path: root/hack/Makefile
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1993-11-08 04:45:28 +0000
committercgd <cgd@NetBSD.org>1993-11-08 04:45:28 +0000
commit2ba90e9d2c3a88e22c0593e8a7c0f1cd6318ba11 (patch)
tree2985e46ad73457677e6bd333046a64dc4a598e7a /hack/Makefile
parentd836f338143ca2f575c75281121687f6d7f35698 (diff)
downloadbsdgames-darwin-2ba90e9d2c3a88e22c0593e8a7c0f1cd6318ba11.tar.gz
bsdgames-darwin-2ba90e9d2c3a88e22c0593e8a7c0f1cd6318ba11.tar.zst
bsdgames-darwin-2ba90e9d2c3a88e22c0593e8a7c0f1cd6318ba11.zip
use LDSTATIC
Diffstat (limited to 'hack/Makefile')
-rw-r--r--hack/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/hack/Makefile b/hack/Makefile
index 4093a515..7d9101f5 100644
--- a/hack/Makefile
+++ b/hack/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.10 (Berkeley) 12/8/90
-# $Id: Makefile,v 1.9 1993/08/14 22:21:45 mycroft Exp $
+# $Id: Makefile,v 1.10 1993/11/08 04:45:28 cgd Exp $
PROG= hack
CFLAGS+=-I.
@@ -27,7 +27,7 @@ hack.onames.h: makedefs def.objects.h
./makedefs ${.CURDIR}/def.objects.h > hack.onames.h
makedefs: makedefs.c
- ${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.CURDIR}/${.PREFIX}.c ${LDADD}
+ ${CC} ${CFLAGS} ${LDFLAGS} ${LDSTATIC} -o ${.TARGET} ${.CURDIR}/${.PREFIX}.c ${LDADD}
beforeinstall:
@if [ ! -d ${DESTDIR}/var/games/hackdir ]; then \