aboutsummaryrefslogtreecommitdiff
path: root/libexec/getty/Makefile
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-08-05 21:24:58 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-08-05 21:24:58 +0000
commit2a3c26c889c75ccac7691214370e683e89309883 (patch)
tree17a7dd54ea9bc271a67296baffe485ae831bde74 /libexec/getty/Makefile
parentcad15b000e72c0868a62e463cabef667c17a1d18 (diff)
Notes
Diffstat (limited to 'libexec/getty/Makefile')
-rw-r--r--libexec/getty/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/getty/Makefile b/libexec/getty/Makefile
index 7f2eabe6f0d70..b32320fc10009 100644
--- a/libexec/getty/Makefile
+++ b/libexec/getty/Makefile
@@ -4,7 +4,7 @@ PROG= getty
SRCS= main.c init.c subr.c ttydefaults.c
DPADD= ${LIBUTIL}
LDADD= -lutil
-MAN5= gettytab.0 ttys.0
-MAN8= getty.0
+MAN5= gettytab.5 ttys.5
+MAN8= getty.8
.include <bsd.prog.mk>