summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tzsetup/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFC r314463:ngie2017-05-301-1/+1
| | | | | | Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output.
* MFC r306375,r307802:ngie2017-05-301-2/+6
| | | | | | | | | | | | | | | | | | r306375 (by emaste): Add a WITHOUT_DIALOG src.conf(5) knob It also turns off dependencies (bsdinstall, bsdconfig, dpv, tzsetup). r307802 (by bapt): Fix build of tzsetup when WITHOUT_DIALOG is set Hide dialog specific code behind HAVE_DIALOG. It allows to build a stripped down version (missing the dialog UI) but perfectly function tzsetup when world is built WITHOUT_DIALOG Reorganise a bit the code to limit the number of blocks under HAVE_DIALOG
* Convert usr.sbin to LIBADDbapt2014-11-251-2/+1
| | | | Reduce overlinking
* Revert r261296. This removes the WITHOUT_NCURSESW option.brooks2014-05-151-12/+2
| | | | | It was the wrong direction. We will instead remove use of the non-wide-character supporting libncurses.
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| | | | from the latter.
* Merge from CheriBSD:brooks2014-01-301-2/+12
| | | | | | | | | | | | | commit c1acf022c533c5ae27e0cd556977eafe3f5959eb Author: Brooks Davis <brooks@one-eyed-alien.net> Date: Fri Jan 17 21:46:44 2014 +0000 Add an option WITHOUT_NCURSESW to suppress building and linking to libncursesw. While wide character support it useful we'd like to only need one ncurses library on embedded systems. MFC after: 4 weeks Sponsored by: DARPA, AFRL
* Port to new libdialog.fjoe2011-11-241-3/+3
|
* Update dialog to version 20100428. This changes the license under whichnwhitehorn2011-01-121-3/+3
| | | | | | | | | | | | | dialog is distributed from GPLv2 to LGPLv2 and introduces a number of new features and a new and better libdialog API. The existing libdialog will be kept temporarily as libodialog for compatibility purposes until sade, sysinstall and tzsetup have been either updated or replaced. __FreeBSD_version is now 900030. Discussed on: -current Approved by: core Obtained from: http://invisible-island.net/dialog
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-0/+2
|
* style.Makefile(5)obrien2003-04-041-1/+1
|
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-2/+4
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Remove -Wall. It breaks compiling with non-gcc compilers.obrien2001-04-051-1/+1
|
* This builds fine with -Wall.obrien2001-04-051-1/+1
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
|
* Remove unneded -lmytinfoache2000-09-161-2/+2
|
* Re-add the libmytinfo/libncurses stuff - removing it breaks staticchris1999-09-011-2/+2
| | | | | | linkage. Pointed out by: bde
* The libraries `libmytinfo' and `libncurses' are not required by thischris1999-09-011-2/+2
| | | | program.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Completely re-vamped `tzsetup':wollman1996-11-191-12/+1
| | | | | | | | | | | | | | | - It no longer attempts to fiddle wall-vs-UTC-in-RTC. The results were just confusing most of the time. - The program no longer contains a pre-compiled list of timezones (compiled by groveling through the tzdata source files for comments starting with `ZONE-DESCR'). Now it uses the new `zone.tab' file supplied with current versions of the timezone data files, to determine the list at run time. (It also requires the ISO 3166 table I committed some months ago.) AS A RESULT, this program will NOT work until the new timezone data files are committed (should happen sometime soon).
* Removed unused `-I.'s from CFLAGS.bde1996-09-041-2/+2
| | | | | | | | "." means the object directory, so it is just confusing to use it when nothing is included from the object directory unless the object directory is also the source directory. It is confusing for "." not to mean the source directory anyway, so used `-I.'s should be replaced by `-I${.OBJDIR}'.
* add a manpagewosch1996-01-241-2/+2
|
* Grand new all-singing, dialog-wielding tzsetup(8). Still needs a man page.wollman1995-04-241-6/+14
|
* A little script to help users in setting up their timezone. (Try it!)wollman1994-09-131-0/+12
OpenPOWER on IntegriCloud