summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/run
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/microcode/run')
0 files changed, 0 insertions, 0 deletions
ome-grown 'distribution' targets or using FILES with the 'install' target. Add some etc/ subdir Makefiles where appropriate. XXX: some of etc/Makefile install-etc-files could be converted to CONFIGFILES. 2003-10-22add MAKEVERBOSE messageslukem 2003-08-06Provide a default for "TOOL_M4" so that a manual "make" intron "/usr/share/sendmail/cf" still works. 2003-07-10Rename a large chunk of the make(1) variables which refer to alukem program/tool from "FOO" to "TOOL_FOO". The new variables are: TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC For each, provide default in <bsd.sys.mk> of the form: TOOL_FOO?= foo and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override: TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo Document all of these in bsd.README. This cleans up a chunk of potential (and actual) namespace collision within our build infrastructure, as well as improves consistency in the share/mk documentation and provision of appropriate defaults for each of these variables. 2003-07-04Enable MILTER support in the in-tree sendmail. This entailsatatat installing two new libraries (and two lint thingys, but no shared or pic stuff) and two headers files (into /usr/include/milter). Shared libraries (etc) could be built, but as I'm currently unsure of the ABI/API stability, I'm going to examine it more closely before enabling it, as opposed to finding out later that it's volatile and disabling it. NOTE! We really ought to have a generic rc.d script to start the milters (before sendmail or any other MTA that you have that uses them), but I haven't finished it yet. The milter support here is being enabled to satisfy current popular demand. I'll come up with a script soon. Unless someone feels like beating me to it. So until then, you're on your own. 2003-04-03there is no need for the afterinstall stuff.christos 2003-04-03Don't use suffix rules while building, because the installed sources getchristos added to ${.ALLSRCS} confusing things. 2003-04-01Include ../m4/cf.m4 here as well, since all the other mc files do so.atatat 2003-04-01Put the DIST and .PATH settings back where they were and separate outatatat the actual mc -> cf build machinery into a small Makefile that we can (a) include and (b) install instead of the main Makefile (that really shouldn't be installed in as it is). Reviewed by lukem. 2003-03-31Only set DIST and .PATH if we are actually in the source tree. Thisatatat solves the problem of trying to do a "make submit.cf" in the /usr/share/sendmail/cf directory where make gets confused by the out of date target in the .PATH, removes it (bad!) and then fails to make a new submit.cf file. 2003-03-25Use "DOMAIN(NetBSD.org)" before "MAILER()" statements to activate featurestron before defining mailers. 2003-03-25"confAUTO_REBUILD" is no longer valid, so don't try to define it.tron 2003-03-25Install "submit.mc".tron 2003-03-24Mail submission program config file template.atatat 2003-03-24Pull sendmail 8.12.8 to the head, resolve the import conflicts, andatatat make it build. 2002-09-30Include DOMAIN(generic) so that various standard configuration items aregrant included, notably enabling the use of /etc/mail/local-host-names. 2002-09-19- use NETBSDSRCDIR as appropriatelukem - makefile lint (moving NOxx to top of file, include <bsd.own.mk> as necessary, ...) 2002-04-24- in <bsd.files.mk>, don't clear FILES after using it, as that preventslukem make -V FILES from being useful (and given that every other variable can be extracted using make -V, the behaviour was unusually inconsistent given that the original reason for clearing it doesn't seem to be relevant anymore) - use <bsd.prog.mk> instead of directly including <bsd.files.mk> (and possibly <bsd.man.mk> or <bsd.own.mk>) - remove obsolete NOPROG 2002-02-09use ${INSTALL_FILE} as appropriatelukem 2002-01-31Conditionally define M4 so it can be used as a host tool.tv 2001-10-19Remove all traces of "aux.m4" so as not to conflict with Microsoft host OS's.tv (Since we aren't A/UX, this is not much of a loss for a NetBSD host.) 2001-05-29sync with 8.11.4.itojun 2001-02-28no longer need to replace relative path in netbsd-proto.mcitojun 2001-01-15no longer need to ship IPv4-only sendmail.cf.itojun 2001-01-15pull DaemonPortOptions modifier for "optional address", fromitojun 8.12.x change (Modifiers=O). this will let us use the same sendmail.cf file on IPv4/v6, and IPv4-only kernels. (we do not really need netbsd-proto-IPv4only.cf any more) 2001-01-04upgrade to sendmail 8.11.2.itojun 2000-10-10sync with sendmail 8.11.1.itojun added file: /usr/share/sendmail/ostype/solaris8.m4 2000-09-23Use ${COPY} instead of -c for ${INSTALL} commands.simonb 2000-08-26Fix the path to netbsd-proto-IPv4only.mc in the installedhubertf netbsd-proto.mc file. Suggested by Frederick Bruckman <fb@enteract.com> 2000-08-25Enable some commonly used features: genericstable, mailertable, virtusertable,hubertf domaintable, access_db and redirect. 2000-08-25add that netbsd-proto.cf now depends on netbsd-proto-IPv4only.mchubertf 2000-08-25Rewrite: include netbsd-proto-IPv4only.mc, and enable handling of IPv6.hubertf 2000-08-23Allow to override CFDIR from command line.enami 2000-08-13install m4 file for darwin (added in 8.10.x -> 8.11.0)itojun