diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-05 19:00:04 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-05 19:00:04 +0000 |
commit | b35bdc400c79dfa100f3f9da0489f9c9e413eeca (patch) | |
tree | 80d81dd90d559a596166cc04bb574b989c5382ee /usr.bin/pagesize/Makefile | |
parent | b4162996d56ca3394816f639ed24219e8d41c65e (diff) |
More merry makefile munging for man page compatability.
Notes
Notes:
svn path=/head/; revision=1866
Diffstat (limited to 'usr.bin/pagesize/Makefile')
-rw-r--r-- | usr.bin/pagesize/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/pagesize/Makefile b/usr.bin/pagesize/Makefile index a53468671b2d..2854a0a1c874 100644 --- a/usr.bin/pagesize/Makefile +++ b/usr.bin/pagesize/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.2 (Berkeley) 4/3/94 -MAN1= pagesize.0 +MAN1= pagesize.1 install: install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ |