]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - wargames/Makefile
Remove unnecessary casts, and add necessary ones for printf arguments.
[bsdgames-darwin.git] / wargames / Makefile
index 6255dea8ef7aa8bffe5d46d68ab7b58aae1c8412..0698cf01b5ead3e716e2757f6521d24f5b67e359 100644 (file)
@@ -1,11 +1,7 @@
-#      from: @(#)Makefile      5.3 (Berkeley) 6/8/90
-#      $Id: Makefile,v 1.3 1993/12/22 04:30:48 cgd Exp $
+#      $NetBSD: Makefile,v 1.8 1999/02/13 02:54:22 lukem 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
+MKOBJ= no
+SCRIPTS=wargames.sh
 
 .include <bsd.prog.mk>