summaryrefslogtreecommitdiffstats
path: root/libexec/getty/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-05 21:24:58 +0000
committerwollman <wollman@FreeBSD.org>1994-08-05 21:24:58 +0000
commit96c19e77ba84863a2a404d16d79dd6b0371529c8 (patch)
tree17a7dd54ea9bc271a67296baffe485ae831bde74 /libexec/getty/Makefile
parent9d31fc7ba269aeec27e48eafb53d61731801c82b (diff)
downloadFreeBSD-src-96c19e77ba84863a2a404d16d79dd6b0371529c8.zip
FreeBSD-src-96c19e77ba84863a2a404d16d79dd6b0371529c8.tar.gz
Update to new make macros and disable Kerberos because we haven't got it
set up right yet.
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 7f2eabe..b32320f 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>
OpenPOWER on IntegriCloud