freebsd-dev/games/wargames/Makefile
Chris Costello 327a542d35 Add a manual page for wargames(6).
Obtained from:	NetBSD
Approved by:	jkh
2000-02-12 00:22:54 +00:00

14 lines
265 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
NOOBJ= noobj
MAN6= wargames.6
all wargames clean cleandir depend lint tags:
install:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} wargames.sh \
${DESTDIR}${BINDIR}/wargames
.include <bsd.prog.mk>