summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1993-12-02 18:18:02 +0000
committerjtc <jtc@NetBSD.org>1993-12-02 18:18:02 +0000
commiteda181552eb7c39053c8454076ef57db963accea (patch)
tree495aa29254ccef49d20829cd6d2cc2eafe785ebe
parent671aa2b3749751c2245c45f90106a73ee7392be5 (diff)
downloadbsdgames-darwin-eda181552eb7c39053c8454076ef57db963accea.tar.gz
bsdgames-darwin-eda181552eb7c39053c8454076ef57db963accea.tar.zst
bsdgames-darwin-eda181552eb7c39053c8454076ef57db963accea.zip
All programs that use lex must link with -ll.
-rw-r--r--atc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/atc/Makefile b/atc/Makefile
index ff303bb1..bcaed981 100644
--- a/atc/Makefile
+++ b/atc/Makefile
@@ -1,13 +1,13 @@
# from: @(#)Makefile 5.7 (Berkeley) 6/27/90
-# $Id: Makefile,v 1.4 1993/08/01 05:46:23 mycroft Exp $
+# $Id: Makefile,v 1.5 1993/12/02 18:18:02 jtc Exp $
PROG= atc
CFLAGS+=-DBSD -I${.CURDIR} -I.
SRCS= extern.c grammar.c graphics.c input.c lex.c list.c log.c \
main.c tunable.c update.c
MAN6= atc.0
-DPADD= ${usr/lib/libl.a ${LIBM} ${LIBTERM} ${LIBCURSES}
LDADD= -ll -lm -lcurses -ltermcap
+DPADD= ${LIBL} ${LIBM} ${LIBTERM} ${LIBCURSES}
GAMES= ATC_scores Game_List Killer crossover default easy game_2
CLEANFILES=grammar.c y.tab.h lex.c
HIDEGAME=hidegame