Make $S default to /sys.

This commit is contained in:
mycroft 1997-05-07 19:25:16 +00:00
parent c397fa8357
commit 2189b1da42
1 changed files with 2 additions and 2 deletions

View File

@ -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)
.include "${.CURDIR}/../Makefile.inc"
@ -11,7 +11,7 @@
install: kmodinstall
clean cleandir: cleankmod
S!= cd ${.CURDIR}/..;pwd
S?= /sys
KERN= $S/kern
.SUFFIXES: .out .o .c .cc .cxx .C .y .l .s .S