1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/games/worms/Makefile
2001-03-26 14:22:12 +00:00

10 lines
136 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PROG= worms
MAN= worms.6
DPADD= ${LIBCURSES}
LDADD= -lcurses
.include <bsd.prog.mk>