summaryrefslogtreecommitdiffstats
path: root/trek/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'trek/Makefile')
-rw-r--r--trek/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/trek/Makefile b/trek/Makefile
index 02754f37..3460ec7e 100644
--- a/trek/Makefile
+++ b/trek/Makefile
@@ -10,8 +10,8 @@ SRCS= abandon.c attack.c autover.c capture.c check_out.c checkcond.c \
shield.c snova.c srscan.c systemname.c torped.c utility.c \
visual.c warp.c win.c cgetc.c
MAN6= trek.0
-DPADD= ${LIBM} ${LIBCOMPAT}
-LDADD= -lm -lcompat
+DPADD= ${LIBM}
+LDADD= -lm
HIDEGAME=hidegame
.include <bsd.prog.mk>