summaryrefslogtreecommitdiff
path: root/usr.bin/tip/Makefile
AgeCommit message (Collapse)Author
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
awk bdes checknr compile_et error gss hxtool kgetcred kinit klist ldd less lex locale login m4 man menuc mk_cmds mklocale msgc openssl rpcgen rpcinfo sdiff spell ssh string2key telnet tn3270 verify_krb5_conf xlint
2006-05-22the intention of the whole tip-as-cu thing was to allow tip-as-cu anddan
have a cu command installed, even when the rest of uucp was removed via MKUUCP=no. The old uucp-derived cu is no more, and is not installed in either case. make it so, by correcting some confusion that had made the non-uucp tip-as-cu cu conditional on MKUUCP
2006-04-08Include bsd.own.mk; from Jukka Salmichristos
2006-04-05Fix "MKUUCP" check so that "cu" installed if "MKUUCP" is not defined.tron
2006-04-04If MKUUCP=no, do not create links for cu and its manual page.dyoung
2006-04-03fix a typo in LINKS.yamt
2006-04-03Clean up a bit.perry
2006-04-03Remove vestiges of the ACULOG support. It depended on the suid supportperry
(which is now gone) and it is woefully obsolete -- if something analogous is ever needed in the future, syslog is the way to do it.
2006-04-03Now we use tip-as-cu, not Taylor UUCP cu.tls
These programs are no longer setuid, and now lock devices with flock, not file locks in /var/spool/. They will no longer lock against UUCP itself unless we modify UUCP to lock with flock, but this seems highly unlikely to be an issue in the present day.
2006-04-03The ~C / ~+ command is no longer optional.tls
2006-04-03Remove support for uucp style locking.perry
This means we can get rid of the suid/sgid parts of the code (which have been removed). The program is now installed with normal permissions. To prevent accidents, we now flock the tty line, attempting to get an exclusive lock. Reviewed by: tls
2006-04-03Whoops. We don't *use* log.o, so don't *build* it.tls
2006-04-02Fix the conditional compilation on ACULOG so it actually works.tls
Turn it off by default -- it hardly saves any space, but it's one of the reasons why the executable is installed setuid, and other versions of tip/cu don't write a log file anyway. We can add syslog support later if we ever really want this back, the file-writing is all encapsulated in log.c.
2006-04-02Don't build any of the dialers except Hayes. If anyone is using any oftls
the others (maybe "Courier", but I doubt it) we can easily enough turn them back on. Saves 20-30K depending on platform. Not totally insignificant, since this often goes on install media, or very small systems.
2006-04-02Default baud rate to 9600 (was 1200) to match Taylor cu.tls
2006-03-16warns=4christos
2004-04-23constify and warns = 3christos
1997-11-22WARNSify, KNFify, using ANSI string functions, cleanup .Nm usagelukem
1997-10-24use CPPFLAGS instead of CFLAGSlukem
1997-10-20disable WARNS here for now.mrg
1997-10-11Make these executables world-readable.mycroft
1997-05-08Back out the .PATH.c changes. The .depend problem (and others)gwr
will be fixed using the new .NOPATH make feature instead.
1997-05-06Use .PATH.c: ...gwr
1996-12-29add -ansi -pedantic to CFLAGS, so that people won't try to use the behaviourcgd
of the old zzhack-access macros, which with the current macro definitions would cause a cast value to be used as an lvalue, which is a gcc extension, but _not_ what we want.
1994-12-08Merged with 4.4lite.jtc
Changed to conform to NetBSD's new RCS Id convention.
1993-08-04We're have a real cu now, so break the link between cu and tip.jtc
1993-07-30Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd