76d4444c78
This fixes the build for sun2, and also builds with LDSTATIC=-static, since archive libraries don't record inter-library dependencies.
11 lines
221 B
Makefile
11 lines
221 B
Makefile
# $NetBSD: Makefile,v 1.9 2010/02/06 23:45:26 he Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
PROG= worm
|
|
MAN= worm.6
|
|
DPADD= ${LIBCURSES} ${LIBTERMINFO}
|
|
LDADD= -lcurses -lterminfo
|
|
HIDEGAME=hidegame
|
|
|
|
.include <bsd.prog.mk>
|