NetBSD/games/wargames/Makefile

12 lines
300 B
Makefile
Raw Normal View History

1995-04-22 11:53:41 +04:00
# $NetBSD: Makefile,v 1.4 1995/04/22 07:53:41 cgd Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
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>