NetBSD/games/wargames/Makefile

12 lines
301 B
Makefile
Raw Normal View History

1993-08-01 09:37:30 +04:00
# from: @(#)Makefile 5.3 (Berkeley) 6/8/90
# $Id: Makefile,v 1.3 1993/12/22 04:30:48 cgd Exp $
1993-03-21 12:45:37 +03:00
NOOBJ= noobj
all wargames clean cleandir depend lint tags:
install:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/wargames.sh ${DESTDIR}/usr/games/wargames
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>