mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
10 lines
137 B
Makefile
10 lines
137 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
PROG= worms
|
|
MAN6= worms.6
|
|
DPADD= ${LIBCURSES}
|
|
LDADD= -lcurses
|
|
|
|
.include <bsd.prog.mk>
|