diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-10-28 05:07:47 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-10-28 05:07:47 +0000 |
commit | 772d06af36ee21a1296b2055695a9017ca60e557 (patch) | |
tree | c19986f9c56583bc2e5eb3a1d26a8f1180db9fe7 /comms/kermit | |
parent | d3c12a74b68fb97b8d48d9ff18c5ce1002f5b340 (diff) |
-DNOCOTFMC added to fix open bug with sio
Notes
Notes:
svn path=/head/; revision=286
Diffstat (limited to 'comms/kermit')
-rw-r--r-- | comms/kermit/files/Makefile.sed | 3 |
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 \ |