aboutsummaryrefslogtreecommitdiff
path: root/games/mvdsv
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2005-10-26 09:36:01 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2005-10-26 09:36:01 +0000
commit46362ccf0109fa2f9f259e6b52d3cba797eefc7d (patch)
tree1d840190dcfa0b37784672302e907277ee45b4c7 /games/mvdsv
parent870e4797be3a8cd155a1cb128950df8486ab2d22 (diff)
downloadports-46362ccf0109fa2f9f259e6b52d3cba797eefc7d.tar.gz
ports-46362ccf0109fa2f9f259e6b52d3cba797eefc7d.zip
Notes
Diffstat (limited to 'games/mvdsv')
-rw-r--r--games/mvdsv/files/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/mvdsv/files/Makefile b/games/mvdsv/files/Makefile
index bc1f37e86d85..9a9e2d05330c 100644
--- a/games/mvdsv/files/Makefile
+++ b/games/mvdsv/files/Makefile
@@ -98,10 +98,10 @@ QWDTOOLS_OBJS = \
all: mvdsv qwdtools
-mvdsv: ${SV_OBJS} ${SV_AS_OBJS}
+mvdsv: ${SV_OBJS} ${SV_AS_OBJS} .PHONY
${CC} ${CFLAGS} -o ../mvdsv ${SV_OBJS} ${SV_AS_OBJS} ${SV_LIBS}
-qwdtools: ${QWDTOOLS_OBJS}
+qwdtools: ${QWDTOOLS_OBJS} .PHONY
${CC} ${CFLAGS} -o ../qwdtools ${QWDTOOLS_OBJS} ${SV_LIBS}
clean: