]> git.saurik.com Git - apple/libc.git/blame - util/Makefile.inc
Libc-320.tar.gz
[apple/libc.git] / util / Makefile.inc
CommitLineData
5b2abdfb
A
1.PATH: ${.CURDIR}/${MACHINE_ARCH}/util ${.CURDIR}/util
2
9385eb3d
A
3SRCS += login.c login_tty.c logout.c logwtmp.c pty.c fparseln.c \
4 opendev.c
5
6.if ${LIB} == "c"
7MAN3 += fparseln.3 opendev.3
8.endif