summaryrefslogtreecommitdiffstats
path: root/monop/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 /monop/Makefile
parentd836f338143ca2f575c75281121687f6d7f35698 (diff)
downloadbsdgames-darwin-2ba90e9d2c3a88e22c0593e8a7c0f1cd6318ba11.tar.gz
bsdgames-darwin-2ba90e9d2c3a88e22c0593e8a7c0f1cd6318ba11.tar.zst
bsdgames-darwin-2ba90e9d2c3a88e22c0593e8a7c0f1cd6318ba11.zip
use LDSTATIC
Diffstat (limited to 'monop/Makefile')
-rw-r--r--monop/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/monop/Makefile b/monop/Makefile
index 741e99c4..b9803504 100644
--- a/monop/Makefile
+++ b/monop/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.8 (Berkeley) 9/2/92
-# $Id: Makefile,v 1.8 1993/08/10 02:46:49 mycroft Exp $
+# $Id: Makefile,v 1.9 1993/11/08 04:45:57 cgd Exp $
PROG= monop
SRCS= monop.c cards.c execute.c getinp.c houses.c jail.c misc.c morg.c \
@@ -16,7 +16,7 @@ cards.pck: initdeck
./initdeck ${.CURDIR}/cards.inp
initdeck: initdeck.c
- ${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.CURDIR}/initdeck.c ${LDADD}
+ ${CC} ${CFLAGS} ${LDFLAGS} ${LDSTATIC} -o ${.TARGET} ${.CURDIR}/initdeck.c ${LDADD}
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 cards.pck \