NetBSD/gnu/usr.bin/texinfo/install-info/Makefile

15 lines
321 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2003/01/17 15:32:24 wiz Exp $
1999-02-11 18:42:13 +03:00
PROG= install-info
SRCS= install-info.c
.include <bsd.prog.mk>
.PATH: ${IDIST}/util ${IDIST}/doc
infodir-meta:
.if defined(UNPRIVED) && (${MKINFO} != "no")
echo "./usr/share/info/dir type=file mode=0644 uname=root gname=wheel" \
| ${METALOG.add}
.endif