diff options
| author | Steve Price <steve@FreeBSD.org> | 1999-05-03 02:08:31 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1999-05-03 02:08:31 +0000 |
| commit | 5b85aead34c48cf51de64773a8ad1e7a85df25ca (patch) | |
| tree | 241169b54d0dd430463949c9fc989c0e0527e3eb /games/worms/Makefile | |
| parent | 9045b882d55d151a5fcd41cb18eb834cb07b0996 (diff) | |
Notes
Diffstat (limited to 'games/worms/Makefile')
| -rw-r--r-- | games/worms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/worms/Makefile b/games/worms/Makefile index a51c1bb9fa1f..2933f95dde60 100644 --- a/games/worms/Makefile +++ b/games/worms/Makefile @@ -2,7 +2,7 @@ PROG= worms MAN6= worms.6 -DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT} -LDADD= -lcurses -ltermcap -lcompat +DPADD= ${LIBCURSES} ${LIBTERMCAP} +LDADD= -lcurses -ltermcap .include <bsd.prog.mk> |
