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/tn3270/mset/Makefile | |
parent | b4162996d56ca3394816f639ed24219e8d41c65e (diff) |
More merry makefile munging for man page compatability.
Notes
Notes:
svn path=/head/; revision=1866
Diffstat (limited to 'usr.bin/tn3270/mset/Makefile')
-rw-r--r-- | usr.bin/tn3270/mset/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tn3270/mset/Makefile b/usr.bin/tn3270/mset/Makefile index 0094fc8acfdf..753dd2fe84fb 100644 --- a/usr.bin/tn3270/mset/Makefile +++ b/usr.bin/tn3270/mset/Makefile @@ -3,8 +3,8 @@ PROG= mset CFLAGS+=-I${.CURDIR} -I. SRCS+= astosc.c map3270.c mset.c -MAN1= mset.0 -MAN5= map3270.0 +MAN1= mset.1 +MAN5= map3270.5 .PATH: ${.CURDIR}/../api ${.CURDIR}/../ascii CLEANFILES+= astosc.OUT astosc.out |