From 6db02d038980fc46b824a3ab99bcb06438e1fa97 Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 31 Jul 2003 09:30:27 +0000 Subject: also install man page source, bump to 20030731. --- pkgtools/mtree/files/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pkgtools/mtree/files/Makefile.in') diff --git a/pkgtools/mtree/files/Makefile.in b/pkgtools/mtree/files/Makefile.in index b949d2ca74c..d384f148352 100644 --- a/pkgtools/mtree/files/Makefile.in +++ b/pkgtools/mtree/files/Makefile.in @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.in,v 1.3 2003/04/01 03:56:40 grant Exp $ +# $NetBSD: Makefile.in,v 1.4 2003/07/31 09:30:28 grant Exp $ srcdir = @srcdir@ prefix = @prefix@ @@ -18,6 +18,7 @@ LINK= $(CCLD) $(CFLAGS) $(LDFLAGS) -o $@ COMPILE=$(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) mandir= $(prefix)/man +mandirman8= $(mandir)/man8 mandircat8= $(mandir)/cat8 PROG= mtree @@ -40,4 +41,5 @@ distclean: clean install: $(INSTALL) $(PROG) $(PREFIX)/sbin + $(INSTALL) -m 444 $(PROG).8 $(mandirman8)/$(PROG).8 $(INSTALL) -m 444 $(PROG).cat8 $(mandircat8)/$(PROG).0 -- cgit v1.2.3