into a slave port of it. PR: ports/106347 Submitted by: Andrew Turner <andrew+ports@fubar.geek.nz> (maintainer) Repocopy by: marcus
14 lines
200 B
Makefile
14 lines
200 B
Makefile
# $FreeBSD$
|
|
|
|
SHLIB= pty
|
|
SHLIB_NAME= lpty.so
|
|
|
|
SRCS= pty.c
|
|
.if defined(COMPATDIR)
|
|
SRCS+= ${COMPATDIR}/compat-5.1.c
|
|
.endif
|
|
|
|
CFLAGS+= -I${LUA_INCDIR}
|
|
LDFLAGS+= -L/usr/lib -lutil
|
|
|
|
.include <bsd.lib.mk>
|