blob: 2b3db98a201bad289678b57ccc8cff63f60c2c75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $OpenBSD: Makefile,v 1.3 1997/04/27 20:55:48 millert Exp $
# $NetBSD: Makefile,v 1.4 1995/04/22 07:53:41 cgd Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
NOOBJ= noobj
all wargames clean cleandir depend lint tags:
install:
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/wargames.sh ${DESTDIR}/usr/games/wargames
.include <bsd.prog.mk>
|