History log of /freebsd-10.3-release/usr.bin/tip/tip/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 173716 18-Nov-2007 jb

Reduce the WARNS levels in a couple of places so that we can enable
-Werror at higher WARNS levels like we did before gcc4 was imported.


# 161826 01-Sep-2006 ru

Bump WARNS level to 3.

OK'ed by: make universe


# 161754 31-Aug-2006 ru

Resolve merge conflicts.


# 99874 12-Jul-2002 ru

Make dirty, rotten hack really work. As of rev. 1.16, ${BINDIR}
is only defined after <bsd.prog.mk> is included, and .if make(1)
conditionals are evaluted on the first pass.

Spotted by: Michael Bretterklieber <mbretter@jawa.at>


# 94933 17-Apr-2002 ru

Don't attempt to chflags(1) non-existent executable.


# 88276 20-Dec-2001 markm

Fix merge conflicts, and because this still has a zillion warnings,
protect the build with a WARNS=2.

Fix the build.


# 86952 27-Nov-2001 ru

${BINDIR} already has the leading slash.


# 86924 26-Nov-2001 markm

After some CVS surgery to remove an unwise commit, restore some
post-UUCP-removal stuff:

1) Link cu(1) to tip(1).
2) Force removal of system immutable bit. (Was needed by UUCP's
insecure cu(1).


# 83367 12-Sep-2001 ru

Fixed some of style bugs.


# 83238 09-Sep-2001 dillon

Make sure that all non-root-owned binaries in standard system
paths are chflaged 'schg' to prevent exploit vectors when run
by cron, by a root user, or by a user other then the one owning the
binary. This applies to most of the uucp binaries, cu, tip, and
man (man was already installed properly).

MFC will occur when approved.


# 74848 27-Mar-2001 ru

MAN[1-9] -> MAN.


# 39539 21-Sep-1998 obrien

Makefile.inc was conditionally setting vars already set by bsd.own.mk
which is read before tip's own Makefile is. Move those varables here
where they will do some good.


# 24475 01-Apr-1997 bde

Fixed DPADD.


# 24461 31-Mar-1997 brian

Remove the syslog stuff, and allow various return values
in uu_lock(). Add uu_lockerr() for turning the results of
uu_lock into something printable. Remove bogus section in man page
about race conditions allowing both processes to get the lock.
Include libutil.h and use uu_lock() correctly where it should.

Suggested by: ache@freebsd.org


# 24417 30-Mar-1997 brian

Move uucplock into libutil and create a manual page.


# 18050 05-Sep-1996 bde

Fixed DPADD.


# 16663 24-Jun-1996 jkh

Bring in my changes for removing the pestilent obj links (unless you
really want them) from /usr/src. This is the final version of the
patches, incorporating the feedback I've received from -current.


# 14370 04-Mar-1996 ache

Eliminate multiply uucplock.c copies


# 8874 30-May-1995 rgrimes

Remove trailing whitespace.


# 7547 01-Apr-1995 jkh

Greatly clean up the Makefiles and add a Makefile.inc to more obviously
advertise tip's choice of location and perms.


# 7527 31-Mar-1995 jkh

Tom Gray's new tip changes to support a modem capabilities database and
fixes to many assorted bugs and misfeatures.
Submitted by: Tom Gray - DCA <dcasba@rain.org>