summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-10-28 05:07:47 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-10-28 05:07:47 +0000
commit772d06af36ee21a1296b2055695a9017ca60e557 (patch)
treec19986f9c56583bc2e5eb3a1d26a8f1180db9fe7 /comms
parentFreeBSD 2.x port of C-Kermit 5A(189) (diff)
-DNOCOTFMC added to fix open bug with sio
Notes
Notes: svn path=/head/; revision=286
Diffstat (limited to 'comms')
-rw-r--r--comms/kermit/files/Makefile.sed3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/kermit/files/Makefile.sed b/comms/kermit/files/Makefile.sed
index 4090c5621cb6..e828145349e5 100644
--- a/comms/kermit/files/Makefile.sed
+++ b/comms/kermit/files/Makefile.sed
@@ -1,5 +1,6 @@
PROG= kermit
-CFLAGS+= -I${.CURDIR} -DBSD44 -DCK_CURSES -DDYNAMIC -DTCPSOCKET -DTAYLOR_UUCP
+CFLAGS+= -I${.CURDIR} -DBSD44 -DCK_CURSES -DDYNAMIC -DTCPSOCKET -DTAYLOR_UUCP \
+ -DNOCOTFMC
SRCS= ckcmai.c ckucmd.c ckuusr.c ckuus2.c ckuus3.c ckuus4.c ckuus5.c \
ckuus6.c ckuus7.c ckuusx.c ckuusy.c ckcpro.c ckcfns.c ckcfn2.c \
ckcfn3.c ckuxla.c ckucon.c ckutio.c ckufio.c ckudia.c ckuscr.c \