summaryrefslogtreecommitdiff
path: root/games/monop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/monop/Makefile')
-rw-r--r--games/monop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/monop/Makefile b/games/monop/Makefile
index 1b682754a02eb..38a673592b2e0 100644
--- a/games/monop/Makefile
+++ b/games/monop/Makefile
@@ -13,7 +13,7 @@ cards.pck: initdeck
./initdeck ${.CURDIR}/cards.inp
initdeck: initdeck.c
- ${CC} ${CFLAGS} -o ${.TARGET} ${.CURDIR}/initdeck.c
+ ${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.CURDIR}/initdeck.c
beforeinstall:
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 cards.pck \