mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
9 lines
136 B
Makefile
9 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>
|