1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00
freebsd/games/worm/Makefile

10 lines
187 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= worm
MAN6= worm.6
DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
LDADD= -lcurses -ltermcap -lcompat
HIDEGAME=hidegame
.include <bsd.prog.mk>