diff options
author | ache <ache@FreeBSD.org> | 1994-11-18 21:29:04 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-11-18 21:29:04 +0800 |
commit | 9b5778d00ea565b50dce0a2a7a7f006a19aff29c (patch) | |
tree | bcf50b15e6cad7e921cae911971d3926a9398eb6 /comms | |
parent | ce70ac8b7e3f7133c0c068d7e02871320f474edf (diff) | |
download | freebsd-ports-gnome-9b5778d00ea565b50dce0a2a7a7f006a19aff29c.tar.gz freebsd-ports-gnome-9b5778d00ea565b50dce0a2a7a7f006a19aff29c.tar.zst freebsd-ports-gnome-9b5778d00ea565b50dce0a2a7a7f006a19aff29c.zip |
Remove -DTAYLOR_UUCP from CFLAGS, it is obsoleted
by new version
Diffstat (limited to 'comms')
-rw-r--r-- | comms/kermit/files/Makefile.sed | 2 |
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 \ |