summaryrefslogtreecommitdiffstats
path: root/mille/Makefile
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>1998-02-04 10:19:34 +0000
committerchristos <christos@NetBSD.org>1998-02-04 10:19:34 +0000
commit572a28198215f7a900ba6100fffa4fab668e354f (patch)
tree0bd3fda34ec39de26003828ea6a01e60915057c5 /mille/Makefile
parent219d2019826bcd95f509086ba250928d0fe1d841 (diff)
downloadbsdgames-darwin-572a28198215f7a900ba6100fffa4fab668e354f.tar.gz
bsdgames-darwin-572a28198215f7a900ba6100fffa4fab668e354f.tar.zst
bsdgames-darwin-572a28198215f7a900ba6100fffa4fab668e354f.zip
Remove -lcompat; not needed
Diffstat (limited to 'mille/Makefile')
-rw-r--r--mille/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mille/Makefile b/mille/Makefile
index 1f340325..befe6754 100644
--- a/mille/Makefile
+++ b/mille/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.7 1997/05/29 00:40:03 mellon Exp $
+# $NetBSD: Makefile,v 1.8 1998/02/04 10:19:34 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= mille
SRCS= comp.c end.c extern.c init.c mille.c misc.c move.c print.c \
roll.c save.c types.c varpush.c
-DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
-LDADD= -lcurses -ltermcap -lcompat
+DPADD= ${LIBCURSES} ${LIBTERMCAP}
+LDADD= -lcurses -ltermcap
MAN= mille.6
HIDEGAME=hidegame