diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1996-12-29 18:30:42 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1996-12-29 18:30:42 +0000 |
| commit | 483f4c83716bc5db371e6fff01ac31b9d4323aa3 (patch) | |
| tree | 0f99d3df0cfd4e1360e7e706a77ac3528a5dbfb3 /lib/libutil/Makefile | |
| parent | 1e6c86d048c8a10fd7e6b59c211e34e64c831464 (diff) | |
Notes
Diffstat (limited to 'lib/libutil/Makefile')
| -rw-r--r-- | lib/libutil/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index 0ad1151abe9b9..e5f7063ba172e 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 \ |
