diff options
-rw-r--r-- | comms/remserial/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/remserial/Makefile b/comms/remserial/Makefile index e032469766b..902ef9c3d36 100644 --- a/comms/remserial/Makefile +++ b/comms/remserial/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/02/15 02:26:58 manu Exp $ +# $NetBSD: Makefile,v 1.2 2020/05/03 18:14:01 wiedi Exp $ DISTNAME= remserial-1.4 CATEGORIES= comms @@ -10,6 +10,8 @@ COMMENT= Serial port over LAN through TCP/IP LICENSE= gnu-gpl-v2 INSTALLATION_DIRS= bin share/doc/remserial +LDFLAGS.SunOS+= -lsocket -lnsl + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/remserial ${DESTDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/README.txt \ |