History log of /freebsd-10.1-release/share/termcap/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

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

# 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


# 148724 05-Aug-2005 phk

Remove the map3270 file, tn3270 was retired long ago.


# 142262 22-Feb-2005 ru

Add endianness support to cap_mkdb(1), useful for cross builds.


# 93764 04-Apr-2002 ru

Complete the fix in revision 1.13 -- don't even depend on termcap(5)
database to be present.

PR: misc/31225


# 88055 17-Dec-2001 ru

FILES support for bsd.prog.mk. See bsd.README for details.

Stolen from: NetBSD


# 83460 14-Sep-2001 ru

Don't redirect to /dev/null when executing ex(1).
This makes it impossible to detect the problem
with missing /var/tmp/vi.recover/.

PR: misc/29715, misc/30514


# 74856 27-Mar-2001 ru

MAN[1-9] -> MAN.


# 72965 23-Feb-2001 imp

Force TERM to be dumb when building termcap. ex in batch mode seems
to care about the terminal setting. In emacs, make buildworld was
broken because it sets TERM to emacs, which caused ex to fail.


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 32235 04-Jan-1998 wosch

Always copy the source file map3270 during install.
Pointed out by: Bruce


# 32214 03-Jan-1998 wosch

444 -> ${SHAREMODE}


# 17639 17-Aug-1996 wosch

make install should not install any file in /etc.


# 9701 24-Jul-1995 bde

Change `install' to `${INSTALL}' so that default install flags can be
specified in the top level Makefiles.


# 6382 14-Feb-1995 rgrimes

Remove use of ${DESTDIR} in target of symbolic link, it makes the link
point to the wrong place.


# 6090 01-Feb-1995 jkh

Change the way I make the link to /etc/termcap. It worked for install
but not distribute. Now it works for both.


# 6030 30-Jan-1995 jkh

Make a link to /etc for termcap file. /etc/termcap is just too lodged in
folklore to do without! :-)


# 5824 23-Jan-1995 jkh

Fix this bogus Makefile.


# 2016 10-Aug-1994 jkh

termcap.0 -> termcap.5
Submitted by: jkh


# 1790 06-Jul-1994 rgrimes

all: does not need to depend on ${MAN5}, remove special case clean:
and cleandir: targets, simple use a CLEANFILES+= to handle this very
simple special case.
Add ${COPY} knob to install commands so that files don't disappear out
of the obj tree after a make install.


# 1639 30-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1638,
which included commits to RCS files with non-trunk default branches.


# 1638 30-May-1994 rgrimes

BSD 4.4 Lite Share Sources