History log of /netbsd/usr.bin/tip/Makefile (Results 1 – 25 of 28)
Revision Date Author Comments
# c1ceae17 14-Apr-2009 lukem <lukem@NetBSD.org>

Enable WARNS=4 by default for usr.bin, except for:
awk bdes checknr compile_et error gss hxtool kgetcred kinit
klist ldd less lex locale login m4 man menuc mk_cmds
mklocale msgc

Enable WARNS=4 by default for usr.bin, except for:
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

show more ...


# 450da78d 22-May-2006 dan <dan@NetBSD.org>

the intention of the whole tip-as-cu thing was to allow tip-as-cu and
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 no

the intention of the whole tip-as-cu thing was to allow tip-as-cu and
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

show more ...


# 258969c3 08-Apr-2006 christos <christos@NetBSD.org>

Include bsd.own.mk; from Jukka Salmi


# 442e61c6 05-Apr-2006 tron <tron@NetBSD.org>

Fix "MKUUCP" check so that "cu" installed if "MKUUCP" is not defined.


# ca9de39d 04-Apr-2006 dyoung <dyoung@NetBSD.org>

If MKUUCP=no, do not create links for cu and its manual page.


# 25e67975 03-Apr-2006 yamt <yamt@NetBSD.org>

fix a typo in LINKS.


# 31f14bb9 03-Apr-2006 perry <perry@NetBSD.org>

Clean up a bit.


# d71f683e 03-Apr-2006 perry <perry@NetBSD.org>

Remove vestiges of the ACULOG support. It depended on the suid support
(which is now gone) and it is woefully obsolete -- if something
analogous is ever needed in the future, syslog is the way to do

Remove vestiges of the ACULOG support. It depended on the suid support
(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.

show more ...


# bc4c5be2 03-Apr-2006 tls <tls@NetBSD.org>

Now we use tip-as-cu, not Taylor UUCP cu.

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

Now we use tip-as-cu, not Taylor UUCP cu.

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.

show more ...


# 6bd8b214 03-Apr-2006 tls <tls@NetBSD.org>

The ~C / ~+ command is no longer optional.


# eee85da0 03-Apr-2006 perry <perry@NetBSD.org>

Remove support for uucp style locking.

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 accid

Remove support for uucp style locking.

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

show more ...


# bed8070d 03-Apr-2006 tls <tls@NetBSD.org>

Whoops. We don't *use* log.o, so don't *build* it.


# 6b0f06d9 02-Apr-2006 tls <tls@NetBSD.org>

Fix the conditional compilation on ACULOG so it actually works.
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 vers

Fix the conditional compilation on ACULOG so it actually works.
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.

show more ...


# b3de57c6 02-Apr-2006 tls <tls@NetBSD.org>

Don't build any of the dialers except Hayes. If anyone is using any of
the others (maybe "Courier", but I doubt it) we can easily enough turn
them back on.

Saves 20-30K depending on platform. Not

Don't build any of the dialers except Hayes. If anyone is using any of
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.

show more ...


# 81398581 02-Apr-2006 tls <tls@NetBSD.org>

Default baud rate to 9600 (was 1200) to match Taylor cu.


# d8a5b3ca 16-Mar-2006 christos <christos@NetBSD.org>

warns=4


# 4f6045fc 23-Apr-2004 christos <christos@NetBSD.org>

constify and warns = 3


# e37283e1 22-Nov-1997 lukem <lukem@NetBSD.org>

WARNSify, KNFify, using ANSI string functions, cleanup .Nm usage


# 8ba07ab0 24-Oct-1997 lukem <lukem@NetBSD.org>

use CPPFLAGS instead of CFLAGS


# 4f4ba42a 20-Oct-1997 mrg <mrg@NetBSD.org>

disable WARNS here for now.


# af65e812 11-Oct-1997 mycroft <mycroft@NetBSD.org>

Make these executables world-readable.


# 10e180cc 08-May-1997 gwr <gwr@NetBSD.org>

Back out the .PATH.c changes. The .depend problem (and others)
will be fixed using the new .NOPATH make feature instead.


# 012e528f 06-May-1997 gwr <gwr@NetBSD.org>

Use .PATH.c: ...


# 879c890a 29-Dec-1996 cgd <cgd@NetBSD.org>

add -ansi -pedantic to CFLAGS, so that people won't try to use the behaviour
of the old zzhack-access macros, which with the current macro definitions
would cause a cast value to be used as an lvalue

add -ansi -pedantic to CFLAGS, so that people won't try to use the behaviour
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.

show more ...


# 39801ccc 08-Dec-1994 jtc <jtc@NetBSD.org>

Merged with 4.4lite.
Changed to conform to NetBSD's new RCS Id convention.


12