1
0
mirror of https://salsa.debian.org/games-team/bsdgames synced 2024-06-08 17:30:46 +00:00
bsdgames/worms/Makefile.bsd

11 lines
193 B
Makefile
Raw Permalink Normal View History

2012-02-25 17:04:33 +00:00
# $NetBSD: Makefile,v 1.7 2004/11/13 10:22:13 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
WARNS=3
PROG= worms
MAN= worms.6
DPADD= ${LIBCURSES}
LDADD= -lcurses
.include <bsd.prog.mk>