diff options
author | David Leonard <d@cvs.openbsd.org> | 1999-01-21 05:33:39 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1999-01-21 05:33:39 +0000 |
commit | eb646ea9c2bfc356f1f54b102fbb1b144805a08e (patch) | |
tree | e656cefbb764098dc20f2c50301b0a99d4686cce /games/hunt/Makefile | |
parent | f5c0040a9a389576df86c9d0baf8881752b82ef7 (diff) |
hunt (from NetBSD)
Diffstat (limited to 'games/hunt/Makefile')
-rw-r--r-- | games/hunt/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/hunt/Makefile b/games/hunt/Makefile new file mode 100644 index 00000000000..28a76a32599 --- /dev/null +++ b/games/hunt/Makefile @@ -0,0 +1,5 @@ +# $NetBSD: Makefile,v 1.1 1997/10/04 09:11:14 mrg Exp $ + +SUBDIR= hunt huntd + +.include <bsd.subdir.mk> |