]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - worm/Makefile
initial import of 386bsd-0.1 sources
[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} ${LIBCOMPAT}
6 LDADD= -lcurses -ltermcap -lcompat
7 HIDEGAME=hidegame
8
9 .include <bsd.prog.mk>