freebsd-dev/games/rain/Makefile
Steve Price 3508f1ea7d Revert previous commit. It broke 'make world' with NOSHARED=yes because
it was using the wrong library.

Submitted by:	bde
1999-04-25 17:53:36 +00:00

9 lines
147 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= rain
MAN6= rain.6
DPADD= ${LIBTERMCAP} ${LIBCOMPAT}
LDADD= -ltermcap -lcompat
.include <bsd.prog.mk>