]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - games/worm/Makefile
This commit was generated by cvs2svn to compensate for changes in r85754,
[FreeBSD/FreeBSD.git] / games / worm / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2 # $FreeBSD$
3
4 PROG=   worm
5 MAN=    worm.6
6 DPADD=  ${LIBCURSES} ${LIBCOMPAT}
7 LDADD=  -lcurses -lcompat
8 HIDEGAME=hidegame
9
10 .include <bsd.prog.mk>