]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - games/worm/Makefile
Add #include string.h, stdlib.h and termcap.h to get prototypes.
[FreeBSD/FreeBSD.git] / games / worm / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2
3 PROG=   worm
4 MAN6=   worm.6
5 DPADD=  ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
6 LDADD=  -lcurses -ltermcap -lcompat
7 HIDEGAME=hidegame
8
9 .include <bsd.prog.mk>