]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - games/worms/Makefile
Rip out the nastiness I cribbed from the EISA bus code and actually
[FreeBSD/FreeBSD.git] / games / worms / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2
3 PROG=   worms
4 MAN6=   worms.6
5 DPADD=  ${LIBCURSES} ${LIBTERMCAP}
6 LDADD=  -lcurses -ltermcap
7
8 .include <bsd.prog.mk>