summaryrefslogtreecommitdiff
path: root/Makefile.bsd-wrapper
blob: 8cbe3b2a89221bf563f0c0c0065b0e13518c2b8d (plain)
1
2
3
4
5
6
PROG=	snow
NOMAN=
DPADD=	${LIBCURSES}
LDADD=	-lcurses

.include <bsd.prog.mk>