diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/texinfo/install-info/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/texinfo/install-info/Makefile b/gnu/usr.bin/texinfo/install-info/Makefile index 0085471dd5f..f4336146d00 100644 --- a/gnu/usr.bin/texinfo/install-info/Makefile +++ b/gnu/usr.bin/texinfo/install-info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/01/17 15:32:24 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2003/07/18 08:26:03 lukem Exp $ PROG= install-info SRCS= install-info.c @@ -8,7 +8,7 @@ SRCS= install-info.c .PATH: ${IDIST}/util ${IDIST}/doc infodir-meta: -.if defined(UNPRIVED) && (${MKINFO} != "no") +.if (${MKUNPRIVED} != "no" && ${MKINFO} != "no") echo "./usr/share/info/dir type=file mode=0644 uname=root gname=wheel" \ | ${METALOG.add} .endif |
