summaryrefslogtreecommitdiff
path: root/share/mk/bsd.kmod.mk
Commit message (Expand)AuthorAgeFilesLines
* MFC: 1.85: use an extra .. for one more nesting level. This should makePeter Wemm2000-07-071-1/+1
* MFC: revs 1.82-84 (use sys/conf/kmod.mk now to make /sys self contained)David E. O'Brien2000-07-071-311/+7
* Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered moduleBruce Evans2000-01-281-0/+2
* oops, nearly forgot to commit the addition of ppbus_if.m to the list.Peter Wemm2000-01-231-2/+3
* Add "-I@/../include" and/or "-I${DESTDIR}/usr/include" to CFLAGS,Bruce Evans2000-01-081-3/+12
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* Update vnode_if.sh location. This was deliberately left a while afterPeter Wemm1999-12-221-2/+2
* Use the -c and -h args of vnode_if.sh to generate only the .h file thatPeter Wemm1999-12-121-9/+7
* Add two modules for the pccard work: dev/pccard/card_if.m andWarner Losh1999-11-281-2/+2
* Build and clean device interface files (foo_if.[ch]) and empty optionsBruce Evans1999-11-281-4/+33
* Add .ORDER which is needed for the previous commit to work with -jN.Marcel Moolenaar1999-11-231-0/+1
* vnode_if.sh makes both vnode_if.c and vnode_if.h. Add vnode_if.c toMarcel Moolenaar1999-11-231-1/+1
* 1) s/mod(un)?load/kld$1load/Nick Hibma1999-09-061-21/+21
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add variable INSTALLFLAGS_EDIT used to remove arbitrary INSTALLFLAGS.Tim Vanderhoek1999-07-311-2/+7
* s/lkm(4)/kld(4)/Peter Wemm1999-04-231-2/+2
* Clean out most of the LKM stuff, the build support left a little while ago.Peter Wemm1999-04-201-85/+9
* Removed all traces of LN_FLAGS. It was only used to produce a linkBruce Evans1999-03-231-5/+16
* Use a name less likely to collide with source files without an obj dir.Peter Wemm1998-11-111-4/+4
* Do not add ${KMOD} to the CLEANFILES list. We want ${PROG} which is eitherPeter Wemm1998-11-051-2/+2
* Update the kld gluePeter Wemm1998-10-161-1/+32
* Support encapsulating ELF linker sets for KLD modules via gensetdefs.Peter Wemm1998-10-141-3/+36
* Define KLD_MODULE if building a KLD module.Mike Smith1998-10-021-1/+4
* Changes to support building of KLD modules. This includes the possiblyMike Smith1998-10-021-1/+11
* Add -aout to CFLAGS and LDFLAGS in bsd.kmod.mk, not inBruce Evans1998-09-021-1/+5
* Make ../Makefile.inc handling more consistant to prevent multiple includesPeter Wemm1998-08-081-1/+4
* Honor NOSHARED for tools. All tools should be built static forBruce Evans1998-07-291-5/+9
* Fixed `make depend', which I broke here about a month ago by movingBruce Evans1998-06-091-2/+3
* Fixed CLEANFILES. Some temporary files were missing.Bruce Evans1998-03-191-2/+2
* Introduce the 'regress' target.Eivind Eklund1998-03-121-1/+7
* Removed support for now-unused FreeBSD misfeature DPSRCS.Bruce Evans1998-03-061-3/+2
* Fixed dependencies of ${PROG} on ${DPSRCS} and `all' on ${_ILINKS}.Bruce Evans1998-03-061-6/+9
* Removed default tags target. PROG is always defined here, so ifdefingBruce Evans1998-02-201-20/+2
* Restrict the include search path using -nostdinc -I- in $(CFLAGS} asBruce Evans1998-02-011-3/+12
* Generate symlinks to the "sys" and <machine> directories and putBruce Evans1998-01-261-11/+36
* Remove the comments hat just list the nested includes.Wolfram Schneider1997-11-091-4/+1
* Added ${KMOD} to CLEANFILES. ${KMOD} gets created if you run `make load'.Bruce Evans1997-07-211-2/+2
* Removed temporary SMP header fix.Bruce Evans1997-06-301-16/+1
* Change the distribute targets so that a given item in our source treeJordan K. Hubbard1997-06-211-2/+4
* Add "-I${DESTDIR}/usr/include" to CFLAGS if DESTDIR is defined, justSatoshi Asami1997-06-181-1/+4
* Add SMPHDRS to CLEANFILES instead of replacing its current value.Doug Rabson1997-05-061-2/+2
* removed:Steve Passe1997-04-301-2/+2
* Fixed the SMP fixes:Bruce Evans1997-04-301-7/+10
* bugfix: 'make depend' cause all LKMs rebuildAndrey A. Chernov1997-04-301-2/+6
* Submitted by: Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>Steve Passe1997-04-281-1/+9
* Support GLOBAL style tags.Jordan K. Hubbard1997-04-131-3/+9
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Centralized the definition of CWARNFLAGS into bsd.kern.mk.Bruce Evans1996-10-081-5/+2
* add variables MODLOAD and MODUNLOAD for modlad/modunload commandsWolfram Schneider1996-10-061-4/+11