Fix a missing dollar sign, and move paths and modes

to bsd.own.mk for KMOD* vars
This commit is contained in:
explorer 1996-08-27 22:15:52 +00:00
parent 2a73ef60b7
commit 497b575ce6
2 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.kmod.mk,v 1.2 1996/08/23 06:14:37 mrg Exp $
# $NetBSD: bsd.kmod.mk,v 1.3 1996/08/27 22:15:52 explorer Exp $
S!= cd ..;pwd
@ -12,12 +12,7 @@ KERN= $S/kern
.include <bsd.own.mk>
KMODOWN?= bin
KMODGRP?= bin
KMODMODE?= 444
KMODDIR?= /usr/lkm
CFLAGS+= ${COPTS} -D_KERNEL -D_LKM -I{.CURDIR} -I$S -I$S/arch
CFLAGS+= ${COPTS} -D_KERNEL -D_LKM -I${.CURDIR} -I$S -I$S/arch
DPSRCS+= ${SRCS:M*.h}
OBJS+= ${SRCS:N*.h:R:S/$/.o/g}

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $
# $NetBSD: bsd.own.mk,v 1.25 1996/08/27 22:15:56 explorer Exp $
.if defined(MAKECONF) && exists(${MAKECONF})
.include "${MAKECONF}"
@ -49,6 +49,11 @@ NLSGRP?= bin
NLSOWN?= bin
NLSMODE?= ${NONBINMODE}
KMODDIR?= /usr/lkm
KMODGRP?= bin
KMODOWN?= bin
KMODMODE?= ${NONBINMODE}
COPY?= -c
STRIP?= -s