Make $S default to /sys.
This commit is contained in:
parent
c397fa8357
commit
2189b1da42
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: bsd.kmod.mk,v 1.15 1997/05/07 17:17:20 mycroft Exp $
|
# $NetBSD: bsd.kmod.mk,v 1.16 1997/05/07 19:25:16 mycroft Exp $
|
||||||
|
|
||||||
.if exists(${.CURDIR}/../Makefile.inc)
|
.if exists(${.CURDIR}/../Makefile.inc)
|
||||||
.include "${.CURDIR}/../Makefile.inc"
|
.include "${.CURDIR}/../Makefile.inc"
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
install: kmodinstall
|
install: kmodinstall
|
||||||
clean cleandir: cleankmod
|
clean cleandir: cleankmod
|
||||||
|
|
||||||
S!= cd ${.CURDIR}/..;pwd
|
S?= /sys
|
||||||
KERN= $S/kern
|
KERN= $S/kern
|
||||||
|
|
||||||
.SUFFIXES: .out .o .c .cc .cxx .C .y .l .s .S
|
.SUFFIXES: .out .o .c .cc .cxx .C .y .l .s .S
|
||||||
|
|
Loading…
Reference in New Issue