]> git.saurik.com Git - apple/libc.git/blob - util/Makefile.inc
Libc-498.1.1.tar.gz
[apple/libc.git] / util / Makefile.inc
1 .PATH: ${.CURDIR}/${MACHINE_ARCH}/util ${.CURDIR}/util
2
3 MISRCS += login.c login_tty.c logout.c logwtmp.c pty.c fparseln.c \
4 opendev.c
5
6 .if ${LIB} == "c"
7 MAN3 += fparseln.3 login.3 opendev.3 openpty.3
8
9 MLINKS += openpty.3 forkpty.3
10 MLINKS += openpty.3 login_tty.3
11 MLINKS += login.3 logwtmp.3
12 MLINKS += login.3 logout.3
13 .endif