diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
commit | d6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch) | |
tree | ece253b876159b39c620e62b6c9b1174642e070e /games/wargames/Makefile |
initial import of NetBSD tree
Diffstat (limited to 'games/wargames/Makefile')
-rw-r--r-- | games/wargames/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/wargames/Makefile b/games/wargames/Makefile new file mode 100644 index 00000000000..5e019947915 --- /dev/null +++ b/games/wargames/Makefile @@ -0,0 +1,11 @@ +# $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 -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${.CURDIR}/wargames.sh ${DESTDIR}/usr/games/wargames + +.include <bsd.prog.mk> |