summaryrefslogtreecommitdiffstats
path: root/lib/libutil/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-12-29 18:30:42 +0000
committerjoerg <joerg@FreeBSD.org>1996-12-29 18:30:42 +0000
commit2cf073cc9217668bfea67a661a3b2c6c7e302393 (patch)
tree0f99d3df0cfd4e1360e7e706a77ac3528a5dbfb3 /lib/libutil/Makefile
parent8e863e8e743f1964faa8b04b7b3791b608e9983e (diff)
downloadFreeBSD-src-2cf073cc9217668bfea67a661a3b2c6c7e302393.zip
FreeBSD-src-2cf073cc9217668bfea67a661a3b2c6c7e302393.tar.gz
Finally document the interfaces found in libutil. While being here,
also add the missing declaration of forkpty() to libutil.h. Btw., the calling interface for login(3) is crude. Some better abstraction is needed, perhaps similar to logwtmp(3). 2.2 candidate, but i'll wait for the spelling police first. :)
Diffstat (limited to 'lib/libutil/Makefile')
-rw-r--r--lib/libutil/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile
index 0ad1151..e5f7063 100644
--- a/lib/libutil/Makefile
+++ b/lib/libutil/Makefile
@@ -5,7 +5,8 @@ SHLIB_MAJOR= 2
SHLIB_MINOR= 1
CFLAGS+=-DLIBC_SCCS -I${.CURDIR} -I/sys
SRCS= login.c login_tty.c logout.c logwtmp.c pty.c setproctitle.c
-MAN3+= setproctitle.3
+MAN3+= login.3 login_tty.3 logout.3 logwtmp.3 pty.3 setproctitle.3
+MLINKS+= pty.3 openpty.3 pty.3 forkpty.3
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/libutil.h \
OpenPOWER on IntegriCloud