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