summaryrefslogtreecommitdiff
path: root/usr.bin/msgc/Makefile
AgeCommit message (Collapse)Author
2009-10-29option noinputchristos
2009-04-20define YY_NO_INPUT where appropriate, from Kurt J. Lidl per PR misc/41160drochner
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
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
2003-09-25Add a msg_row() function that returns the current screen row.dsl
Allows sysinst to place menus below any header text. Remove msg_*.1 man pages for all the functions (they are in the wrong place are a fair waste of directory space).
2003-06-04Add msg_prompt_win() that will prompt in the specified window (instead ofdsl
the default one), and with a box around the window if >= 3 lines. Stop the char delete from killingthe RHS of any box. Make msg_string a noop for invalid strings (might be quoted text).
2003-05-18Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),lukem
there's no need to special-case .include-ing it.
2002-09-19use NETBSDSRCDIR as appropriatelukem
2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv
round has been tested on Solaris/x86 and Linux hosts. * Add host tools cap_mkdb, ctags, m4, uudecode. * Protect __RCSID() and __COPYRIGHT() better. * Reduce the number of places that need to include "config.h", to keep sources closer to their "vanilla" versions. * Add more compat #defines and autoconf-checked functions.
2001-11-12Formatting cleanup.tv
2001-10-05Add appropriate ifdefs so tools reachovers build cleanjmc
2000-07-06Add msg_*() functions to NAME (they are already in SYNOPSIS), andjhawk
add MLINKS for them. Perhaps later on they should be broken out into a section other than 1? At least now they are findable via "man -k" etc.
1999-02-13convert from NOxxx= to MKxxx=no.lukem
include <bsd.own.mk> if testing a MKxxx variable.
1998-09-27don't install in /usr/share if NOSHARE is definedlukem
1998-04-09.y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for,tv
and use smarter creation of the header file.
1997-10-22use CPPFLAGS instead of CFLAGSlukem
1997-10-19don't define WARNS=1 herelukem
1997-10-11Clean up this garbage.mycroft
1997-09-26Import a simple message system with 'compiled' messages. Used byphil
the net system install program.