327a542d35
Obtained from: NetBSD Approved by: jkh
14 lines
265 B
Makefile
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>
|