summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-11-18 13:29:04 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-11-18 13:29:04 +0000
commit4f9c15f8514a1d1643f453b2c24be8c5976eda5e (patch)
tree712af5bb4cf319c4a20d8771e4336ca3c2624e43 /comms
parentMake this package require xpm. (diff)
Remove -DTAYLOR_UUCP from CFLAGS, it is obsoleted
by new version
Notes
Notes: svn path=/head/; revision=413
Diffstat (limited to 'comms')
-rw-r--r--comms/kermit/files/Makefile.sed2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/kermit/files/Makefile.sed b/comms/kermit/files/Makefile.sed
index e828145349e5..96d61a3c3bb7 100644
--- a/comms/kermit/files/Makefile.sed
+++ b/comms/kermit/files/Makefile.sed
@@ -1,5 +1,5 @@
PROG= kermit
-CFLAGS+= -I${.CURDIR} -DBSD44 -DCK_CURSES -DDYNAMIC -DTCPSOCKET -DTAYLOR_UUCP \
+CFLAGS+= -I${.CURDIR} -DBSD44 -DCK_CURSES -DDYNAMIC -DTCPSOCKET \
-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 \