diff options
-rw-r--r-- | pkgtools/mtree/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/mtree/files/Makefile.in | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/pkgtools/mtree/Makefile b/pkgtools/mtree/Makefile index 78e2f59da87..7bddc0b6f1b 100644 --- a/pkgtools/mtree/Makefile +++ b/pkgtools/mtree/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2003/07/21 17:14:06 martti Exp $ +# $NetBSD: Makefile,v 1.6 2003/07/31 09:30:27 grant Exp $ # -DISTNAME= mtree-20030630 +DISTNAME= mtree-20030731 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty 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 |