1994-09-04 04:03:31 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
|
|
|
|
NOOBJ= noobj
|
|
|
|
all wargames clean cleandir depend lint tags:
|
|
|
|
|
|
|
|
install:
|
1995-07-25 00:37:58 +00:00
|
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} wargames.sh \
|
1997-02-09 02:52:41 +00:00
|
|
|
${DESTDIR}${BINDIR}/wargames
|
1994-09-04 04:03:31 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|