diff options
Diffstat (limited to 'games/wargames/Makefile')
-rw-r--r-- | games/wargames/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/wargames/Makefile b/games/wargames/Makefile new file mode 100644 index 0000000..6246697 --- /dev/null +++ b/games/wargames/Makefile @@ -0,0 +1,10 @@ +# @(#)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} wargames.sh \ + ${DESTDIR}/usr/games/wargames + +.include <bsd.prog.mk> |