diff options
| author | dbj <dbj@NetBSD.org> | 1998-12-06 09:06:45 +0000 |
|---|---|---|
| committer | dbj <dbj@NetBSD.org> | 1998-12-06 09:06:45 +0000 |
| commit | 16a09f01ca8e5ae8b7bf2f80dfbafe6ff7ea3cff (patch) | |
| tree | 92ada427ddd1bf6f3255e3264d34854a9ac16a91 /games/hack | |
| parent | 76ee97dd88f5c8ec29be1cb8fc1face7b18f2658 (diff) | |
tweaks to pass DESTDIR to subprograms when it is defined in /etc/mk.conf
but is not in the environment.
Diffstat (limited to 'games/hack')
| -rw-r--r-- | games/hack/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/hack/Makefile b/games/hack/Makefile index 66baa586b05..b29faea0ed1 100644 --- a/games/hack/Makefile +++ b/games/hack/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.28 1998/09/12 19:05:48 wrstuden Exp $ +# $NetBSD: Makefile,v 1.29 1998/12/06 09:06:45 dbj Exp $ # @(#)Makefile 8.2 (Berkeley) 4/27/95 +.include <bsd.own.mk> + PROG= hack CPPFLAGS+=-I. SRCS+= hack.onames.h |
