]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - worm/Makefile
Don't misuse random strings as printf formats, even where it's harmless.
[bsdgames-darwin.git] / worm / Makefile
1 # $NetBSD: Makefile,v 1.8 2008/01/28 07:03:59 dholland Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4 PROG= worm
5 MAN= worm.6
6 DPADD= ${LIBCURSES}
7 LDADD= -lcurses
8 HIDEGAME=hidegame
9
10 .include <bsd.prog.mk>