Loading...
1
2
3
4
5
6
7
8
.PATH: ${.CURDIR}/${MACHINE_ARCH}/util ${.CURDIR}/util

SRCS += login.c      login_tty.c  logout.c     logwtmp.c    pty.c fparseln.c \
	opendev.c

.if ${LIB} == "c"
MAN3 += fparseln.3 opendev.3
.endif