diff options
| author | cgd <cgd@NetBSD.org> | 1993-03-23 02:44:38 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1993-03-23 02:44:38 +0000 |
| commit | 61578ee21bdadacc8093a846947cfc3b7b298bdf (patch) | |
| tree | 93ba8af65544d6a3b116fb43d95b46c1ffbeae59 /backgammon/teachgammon | |
| parent | c2760e19dd7a046b1296cd219838cfde841b40b6 (diff) | |
| download | bsdgames-darwin-61578ee21bdadacc8093a846947cfc3b7b298bdf.tar.gz bsdgames-darwin-61578ee21bdadacc8093a846947cfc3b7b298bdf.zip | |
got rid of unnecessary -lcompat and associated dependency
Diffstat (limited to 'backgammon/teachgammon')
| -rw-r--r-- | backgammon/teachgammon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backgammon/teachgammon/Makefile b/backgammon/teachgammon/Makefile index b57ab045..d1bafcaa 100644 --- a/backgammon/teachgammon/Makefile +++ b/backgammon/teachgammon/Makefile @@ -4,8 +4,8 @@ PROG= teachgammon CFLAGS+=-DV7 -I${.CURDIR}/../common_source SRCS= allow.c board.c check.c data.c fancy.c init.c odds.c one.c save.c \ subs.c table.c teach.c ttext1.c ttext2.c tutor.c -DPADD= ${LIBTERM} ${LIBCOMPAT} -LDADD= -ltermcap -lcompat +DPADD= ${LIBTERM} +LDADD= -ltermcap HIDEGAME=hidegame NOMAN= noman |
