summaryrefslogtreecommitdiffstats
path: root/share/termcap/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFC r275687,r275692:ngie2015-01-111-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Relnotes: yes r275687: Remove termcap entry reordering; install the file verbatim instead termcap entry reordering requires ex (which is available via usr.bin/vi), which breaks on build hosts where installworld is run with MK_VI == no (or when make delete-old is run on ^/projects/building-blocks as vi, et al, are removed on the branch when the knob is tweaked to => "no") Reordering termcap was believed to improve performance, but the file is now accessed via /etc/termcap.db, so /etc/termcap (and /usr/share/misc/termcap by proxy) access is less preferred. Reordering the file broke the historical comment <-> entry mapping as well, which could muddle the purpose of entries in the file, so it could be potentially harmful to readers in its reordered state. Discussion took place on hackers@ here: https://lists.freebsd.org/pipermail/freebsd-hackers/2014-December/046657.html Discussed with: -hackers, mp Sponsored by: EMC / Isilon Storage Division r275692: Fix building termcap.db when make obj is run beforehand from a clean tree by using make variables for the filenames, which helps resolve pathing appropriately when running cap_mkdb Pointyhat to: me
* Remove the map3270 file, tn3270 was retired long ago.phk2005-08-051-1/+1
|
* Add endianness support to cap_mkdb(1), useful for cross builds.ru2005-02-221-1/+10
|
* Complete the fix in revision 1.13 -- don't even depend on termcap(5)ru2002-04-041-1/+1
| | | | | | database to be present. PR: misc/31225
* FILES support for bsd.prog.mk. See bsd.README for details.ru2001-12-171-11/+3
| | | | Stolen from: NetBSD
* Don't redirect to /dev/null when executing ex(1).ru2001-09-141-1/+1
| | | | | | | This makes it impossible to detect the problem with missing /var/tmp/vi.recover/. PR: misc/29715, misc/30514
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
|
* Force TERM to be dumb when building termcap. ex in batch mode seemsimp2001-02-241-1/+1
| | | | | to care about the terminal setting. In emacs, make buildworld was broken because it sets TERM to emacs, which caused ex to fail.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Always copy the source file map3270 during install.wosch1998-01-041-2/+4
| | | | Pointed out by: Bruce
* 444 -> ${SHAREMODE}wosch1998-01-031-6/+4
|
* make install should not install any file in /etc.wosch1996-08-171-1/+3
|
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-3/+3
| | | | specified in the top level Makefiles.
* Remove use of ${DESTDIR} in target of symbolic link, it makes the linkrgrimes1995-02-141-1/+1
| | | | point to the wrong place.
* Change the way I make the link to /etc/termcap. It worked for installjkh1995-02-011-2/+2
| | | | but not distribute. Now it works for both.
* Make a link to /etc for termcap file. /etc/termcap is just too lodged injkh1995-01-301-0/+2
| | | | folklore to do without! :-)
* Fix this bogus Makefile.jkh1995-01-241-1/+0
|
* termcap.0 -> termcap.5jkh1994-08-111-1/+1
| | | | Submitted by: jkh
* all: does not need to depend on ${MAN5}, remove special case clean:rgrimes1994-07-061-9/+5
| | | | | | | 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.
* BSD 4.4 Lite Share Sourcesrgrimes1994-05-301-0/+32
OpenPOWER on IntegriCloud