Commit Graph

125 Commits

Author SHA1 Message Date
fair
dc026e0515 Change occurrences of "UNIX" to .Ux or .At as appropriate. 1998-04-28 06:00:51 +00:00
veego
924ae4ad39 We don't need the extra make for mkhits.
The extra make would build mkhits again if you do a make clean.
1998-04-12 15:30:15 +00:00
tv
482063559a .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for,
and use smarter creation of the header file.
1998-04-09 00:32:31 +00:00
tv
03caac8f9c fix a minor dependency problem on mkmake 1998-04-09 00:27:47 +00:00
tv
121c040638 -Wall: remove extraneous extern 1998-04-07 19:24:38 +00:00
cgd
a36b788c3f For the record, (c = *string++) should _NOT_ be turned into
((c = *string++) != '0') when quashing warnings.
1998-04-04 01:02:09 +00:00
thorpej
f96aa26b70 Fix types lossage on the Alpha. 1998-03-11 16:49:19 +00:00
thorpej
a4bb51f3d2 Fix some type lossage on the Alpha. 1998-03-11 09:00:00 +00:00
christos
64c0f1d1f2 Remove declaration of htons 1998-03-10 13:49:55 +00:00
enami
aaa7acea7c Fix typo; s/TMPFunc.out/TMPfunc.out/ 1998-03-10 09:52:41 +00:00
christos
e06bafa12e make mkhits before making depend. 1998-03-10 08:28:21 +00:00
christos
861d065b3a Forgot to commit this one?!?! 1998-03-09 21:34:13 +00:00
christos
384f305f13 Fix a debugging macro 1998-03-06 18:11:53 +00:00
christos
eae55ce3e5 oops... tyop 1998-03-04 13:44:48 +00:00
christos
2dbdac9937 - WARNSify
- add missing programs (mkmake, prt3270)
1998-03-04 13:16:04 +00:00
christos
a4fe7ad4f6 Move them via repository copy to their own directories. 1998-03-04 13:05:00 +00:00
veego
c541a8e0d7 Add CPPFLAGS+=-I${.CURDIR}/../../../lib for libtelnet/misc.h. 1998-02-28 12:38:58 +00:00
jtc
9a0063c6d6 Simply include -lcurses instead of -lcurses -ltermcap 1998-02-18 22:47:41 +00:00
thorpej
1ed9f7e142 Always include <string.h> for string prototypes. 1998-02-04 21:32:23 +00:00
thorpej
c85905a814 Change a couple of exit()s to _exit(), so that they're safe for vfork(). 1997-12-31 06:12:20 +00:00
mycroft
7baf315b3c Nuke trailing comma in SEE ALSO section.
Also fix some other formatting glitches.
1997-11-01 06:25:29 +00:00
veego
aea22d6b9c Don't use " inside an '.if exists()' 1997-10-24 12:14:57 +00:00
lukem
453cc6eead usr CPPFLAGS instead of CFLAGS, move common settings into Makefile.inc 1997-10-24 07:52:03 +00:00
mrg
4f4ba42ae8 disable WARNS here for now. 1997-10-20 03:35:06 +00:00
perry
4c79cc7435 fix 3884 from SAITOH Masanobu 1997-07-18 23:31:00 +00:00
mycroft
caabb7f9be Clean up these Makefiles some more. 1997-05-09 15:04:03 +00:00
mycroft
ed67bf81a0 Use DPSRCS. 1997-05-09 13:28:39 +00:00
mycroft
cc4a1553a1 Eliminate bogus redefinitions of standard targets. 1997-05-09 07:50:03 +00:00
gwr
10e180cc49 Back out the .PATH.c changes. The .depend problem (and others)
will be fixed using the new .NOPATH make feature instead.
1997-05-08 21:11:01 +00:00
mycroft
fd8daf980e Add .MAKE to the .OBJDIR hacks, so they work with `make -n'. 1997-05-07 07:15:34 +00:00
gwr
012e528f2e Use .PATH.c: ... 1997-05-06 20:44:56 +00:00
mikel
75418659ae use mkstemp() and plug memory leak; fixes PR bin/3517. 1997-04-23 07:11:09 +00:00
christos
3917c3179d - Makefile cleanups 1997-03-24 21:57:01 +00:00
cgd
bd158ef43d use ${MKDEP} (and ${MKDEPFLAGS}) properly; from Thorsten Freauf in PR
bin/3325.
1997-03-13 23:23:38 +00:00
mikel
ee2f9698ff use ${MKDEP} (and ${MKDEPFLAGS}) properly; from Thorsten Freauf in PR
bin/3325.
1997-03-13 04:24:38 +00:00
mouse
650ee578da alternate -> alternative, per PR 2643 1997-03-08 14:13:54 +00:00
cgd
91fbda1d8b tn3270 shouldn't try to do magic depending on the setting of
EXPORTABLE_SYSTEM.  Additionally, since it doesn't actually use libtelnet
for any of the 'interesting' features, it shouldn't be using libtelnet
at all (because that adds some serious headaches and problems, on ELF
systems with shared libraries, which cannot be easily addressed and
don't actually _have_ to be).  Now it simply pulls in genget.c from
the libtelnet source, and builds it locally.
1997-02-13 00:30:25 +00:00
tls
9d225a1783 RCS ID police 1997-01-09 20:18:21 +00:00
mikel
1d2de6e812 /etc/termcap -> /usr/share/misc/termcap. Fixes misc/1401.
(also /etc/map3270 -> /usr/share/misc/map3270).
1996-11-12 08:19:52 +00:00
cgd
418b1071e0 include bsd.own.mk at the top, so checks of EXPORTABLE_SYSTEM work as
intended.
1996-06-14 17:22:05 +00:00
jtk
bfd87b38e4 merge fix from 1.2 branch: pr#2438 on tn3270/libtelnet build fixes for domestic libtelnet 1996-06-09 16:09:56 +00:00
cgd
faf2b8bb49 since we're going to use the mem*() functions, we need them prototyped
so that the return types work right on the Alpha.
1996-02-16 03:08:39 +00:00
thorpej
4e1c709e0c Make tn3270 compile again, from Lennart Augustsson <augustss@cs.chalmers.se>
in PR #1873.
1996-01-01 02:16:34 +00:00
cgd
ff5fc3cf84 delete bogus declaration of abort() and include stdlib.h, so that this
compiles w/o warning.
1995-12-11 23:22:09 +00:00
cgd
738ad05ece fix parallel build changes: at minimum, tools also needs to be
included in subdir list if making 'obj' or 'lint'.  I don't particularly
trust this way of adding things; !make(install) was much more obvious,
and safer in the face of addition of new build targets.
1995-11-22 05:38:58 +00:00
christos
5debbee36d Makefile changes for parallel make support 1995-10-22 00:13:41 +00:00
thorpej
de321ad16f Conversion from sgtty to termios, from Scott Reynolds <scottr@plexus.com>. 1995-10-10 04:18:01 +00:00
cgd
2e659538b6 string.h, and clean up signal handler-related warnings. 1995-04-29 05:56:57 +00:00
jtc
1486dd44d2 fix formatting bug 1995-04-27 18:24:00 +00:00
cgd
2f100f9270 define 'unix' 1995-04-24 07:39:57 +00:00
cgd
af03189d5c .include changes suggested by Jon Stone in pr 674. Not strictly necessary
(because there should never be an 'obj' dir/link in .../usr.bin/tn3270,
but good style, and robust if there happens to be one.)
1995-01-02 22:33:21 +00:00
cgd
9e97520947 specify man pages the new way. 1994-12-22 12:30:38 +00:00
cgd
82ed2d9b7d kill uses of gets() 1994-04-10 07:20:35 +00:00
cgd
ca003fe926 fix tn3270's idea of where map3270 lives. From Mark Weaver. 1994-04-01 04:09:18 +00:00
cgd
f728b8e770 move include file to where it belongs 1994-02-25 03:40:25 +00:00
mycroft
11f187b6a3 Clean up deleted files. 1994-02-25 03:40:12 +00:00
mycroft
bf5ef648f7 Pass the correct # of args to command(), so we don't core dump later. 1994-02-04 20:11:13 +00:00
jtc
dd42b1f9c6 spelling error 1994-02-04 18:04:55 +00:00
cgd
90ea102113 patch from Roland McGrath <roland@frob.com> to get invoked 'make's correct 1994-01-22 01:52:56 +00:00
davidb
3a435f99f9 Changed to use make's new .OBJDIR 1993-12-28 10:59:05 +00:00
davidb
473e509469 Removed assumption of obj/ directories.
Now checks for obj and obj.$MACHINE
1993-12-21 22:16:33 +00:00
cgd
4b30c543a0 always use libcrypt 1993-10-07 02:16:39 +00:00
mycroft
3158f25b88 Don't declare _putchar(). (Curses does it.) 1993-08-10 00:08:52 +00:00
mycroft
aee4b07b8a Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.
1993-08-02 17:48:44 +00:00
mycroft
e9d867ef50 Add RCS identifiers. 1993-08-01 17:54:45 +00:00
mycroft
c3e42d1c64 Add RCS indentifiers. 1993-08-01 07:22:47 +00:00
cgd
cbdb50c1c1 incorporate changes from 0-9-base to 0-9-ALPHA 1993-07-28 00:56:43 +00:00
cgd
ea839ab1b5 do the right thing for install. 1993-06-18 05:41:32 +00:00
cgd
0de7a499a8 make sure to rm before ln -s 1993-04-29 11:05:59 +00:00
cgd
4db9cc0048 fixed after-depend dependency loops 1993-04-27 09:51:52 +00:00
cgd
9e39edd02b oops. space vs. tab thing 1993-04-27 07:00:41 +00:00
cgd
00452e0c62 fixed make depend, and added rcs headers to makefiles 1993-04-27 06:47:28 +00:00
mycroft
c013d2a322 The tools have no man pages. 1993-04-26 16:31:58 +00:00
mycroft
7bd7054808 Add tn3270 with correct Makefiles. 1993-04-26 14:02:21 +00:00
cgd
61f282557f initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00