Initial import from FreeBSD RELENG_4:
[dragonfly.git] / games / worm / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2 # $FreeBSD: src/games/worm/Makefile,v 1.2.14.1 2001/04/25 09:29:04 ru Exp $
3
4 PROG=   worm
5 MAN=    worm.6
6 DPADD=  ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
7 LDADD=  -lcurses -ltermcap -lcompat
8 HIDEGAME=hidegame
9
10 .include <bsd.prog.mk>