X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/5b2abdfbf4211b6592cdd02b9507555a0ecbb04b..311854206c50ea4207e7e1faa4efeb20f1bc8290:/util/Makefile.inc diff --git a/util/Makefile.inc b/util/Makefile.inc index 8151c6b..a38699a 100644 --- a/util/Makefile.inc +++ b/util/Makefile.inc @@ -1,3 +1,8 @@ .PATH: ${.CURDIR}/${MACHINE_ARCH}/util ${.CURDIR}/util -SRCS += login.c login_tty.c logout.c logwtmp.c pty.c +MISRCS += login.c login_tty.c logout.c logwtmp.c pty.c fparseln.c \ + opendev.c + +.if ${LIB} == "c" +MAN3 += fparseln.3 opendev.3 +.endif