mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-24 19:21:38 +01:00
10 lines
162 B
Makefile
10 lines
162 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
PROG= worm
|
|
DPADD= ${LIBCURSES} ${LIBCOMPAT}
|
|
LDADD= -lcurses -lcompat
|
|
HIDEGAME=hidegame
|
|
|
|
.include <bsd.prog.mk>
|