diff options
author | John-Mark Gurney <jmg@FreeBSD.org> | 1997-10-26 04:58:27 +0000 |
---|---|---|
committer | John-Mark Gurney <jmg@FreeBSD.org> | 1997-10-26 04:58:27 +0000 |
commit | b2289ae06376f3a825b16e76e91f2ec30d68ddef (patch) | |
tree | eea3bca69b0a4818229d6ec8c90a70ca8e5fdd7b | |
parent | 8bb7a8fc955d397b31f00371a70e5b05a8823322 (diff) |
Notes
-rw-r--r-- | sbin/kldload/Makefile | 4 | ||||
-rw-r--r-- | sbin/kldstat/Makefile | 4 | ||||
-rw-r--r-- | sbin/kldunload/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sbin/kldload/Makefile b/sbin/kldload/Makefile index dda3fbcd33d74..4b74f69e8ffae 100644 --- a/sbin/kldload/Makefile +++ b/sbin/kldload/Makefile @@ -23,13 +23,13 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: Makefile,v 1.1 1997/05/07 18:19:21 dfr Exp $ +# $Id: Makefile,v 1.2 1997/10/19 11:15:41 jmg Exp $ # PROG= kldload SRCS= kldload.c MAN8= kldload.8 -CFLAGS= -I${.CURDIR}/../../sys +CFLAGS+=-I${.CURDIR}/../../sys .include <bsd.prog.mk> diff --git a/sbin/kldstat/Makefile b/sbin/kldstat/Makefile index ff5d75ce69012..5720690a649b0 100644 --- a/sbin/kldstat/Makefile +++ b/sbin/kldstat/Makefile @@ -23,13 +23,13 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: Makefile,v 1.1 1997/05/07 18:19:54 dfr Exp $ +# $Id: Makefile,v 1.2 1997/10/19 11:15:43 jmg Exp $ # PROG= kldstat SRCS= kldstat.c MAN8= kldstat.8 -CFLAGS= -I${.CURDIR}/../../sys +CFLAGS+=-I${.CURDIR}/../../sys .include <bsd.prog.mk> diff --git a/sbin/kldunload/Makefile b/sbin/kldunload/Makefile index faf372f098565..2d541ff284600 100644 --- a/sbin/kldunload/Makefile +++ b/sbin/kldunload/Makefile @@ -23,13 +23,13 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: Makefile,v 1.1 1997/05/07 18:19:54 dfr Exp $ +# $Id: Makefile,v 1.2 1997/10/19 11:15:45 jmg Exp $ # PROG= kldunload SRCS= kldunload.c MAN8= kldunload.8 -CFLAGS= -I${.CURDIR}/../../sys +CFLAGS+=-I${.CURDIR}/../../sys .include <bsd.prog.mk> |