freebsd-dev/games/wargames/Makefile
Juli Mallett 6bb1d8eec5 Rewrite wargames(6) in C. A program in C in the public domain is better than
a shell script with a big copyright.  Or maybe just a good way to spend an hour
after watching a Matthew Broderick flick.
2002-08-30 07:14:42 +00:00

9 lines
122 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PROG= wargames
LDADD= -lcurses
MAN= wargames.6
.include <bsd.prog.mk>