aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2022-02-01 00:03:26 +0000
committerNeel Chauhan <nc@FreeBSD.org>2022-02-01 00:06:09 +0000
commit108a3e4794ae27bf910082c9648fe77afcc7ec8d (patch)
tree48f1f4ff17acb51c2b162524a8cb2f2b2b8c7f3d /comms
parent2a4b07d797cd951d8e93d8356350587deac50c9c (diff)
Diffstat (limited to 'comms')
-rw-r--r--comms/tcpser/files/patch-Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/tcpser/files/patch-Makefile b/comms/tcpser/files/patch-Makefile
index 69c4159f85f7..45970abe7e30 100644
--- a/comms/tcpser/files/patch-Makefile
+++ b/comms/tcpser/files/patch-Makefile
@@ -1,13 +1,13 @@
---- Makefile.orig 2022-01-25 03:54:45 UTC
+--- Makefile.orig 2021-04-25 13:47:46 UTC
+++ Makefile
-@@ -1,9 +1,7 @@
+@@ -1,10 +1,6 @@
SRC=src
SRCS = $(SRC)/bridge.c $(SRC)/debug.c $(SRC)/getcmd.c $(SRC)/ip.c $(SRC)/init.c $(SRC)/modem_core.c $(SRC)/nvt.c $(SRC)/serial.c $(SRC)/ip232.c $(SRC)/util.c $(SRC)/phone_book.c $(SRC)/shared.c $(SRC)/tcpser.c $(SRC)/line.c $(SRC)/dce.c
OBJS = $(SRC)/bridge.o $(SRC)/debug.o $(SRC)/getcmd.o $(SRC)/ip.o $(SRC)/init.o $(SRC)/modem_core.o $(SRC)/nvt.o $(SRC)/serial.o $(SRC)/ip232.o $(SRC)/util.o $(SRC)/phone_book.o $(SRC)/shared.o $(SRC)/tcpser.o $(SRC)/dce.o $(SRC)/line.o
-CC = gcc
-DEF =
-CFLAGS = -g $(DEF) -Wall
-+CFLAGS = -g -Wall
- LDFLAGS = -lpthread
+-LDFLAGS = -lpthread
DEPEND = makedepend $(DEF) $(CFLAGS)
+ all: tcpser