]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - worms/Makefile
got rid of unnecessary -lcompat and associated dependency
[bsdgames-darwin.git] / worms / Makefile
1 # @(#)Makefile 5.3 (Berkeley) 5/11/90
2
3 PROG= worms
4 MAN6= worms.0
5 DPADD= ${LIBCURSES} ${LIBTERM}
6 LDADD= -lcurses -ltermcap
7
8 .include <bsd.prog.mk>