diff options
| author | jonathan <jonathan@NetBSD.org> | 1999-03-03 12:00:18 +0000 |
|---|---|---|
| committer | jonathan <jonathan@NetBSD.org> | 1999-03-03 12:00:18 +0000 |
| commit | 3eeb52dee07aafcfabce219f5dfa7bd11cba830f (patch) | |
| tree | 50b687461cf70b05e50412451ade030c957d8468 /sys/lib | |
| parent | 5129c4fcd5f8f3092ab075f8ebbbd0dfb848fc21 (diff) | |
Makefile ${MACHINE_ARCH} changes for mips{eb,el}, as suggested by
Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
Diffstat (limited to 'sys/lib')
| -rw-r--r-- | sys/lib/libkern/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libkern/Makefile b/sys/lib/libkern/Makefile index 7c2d1237784..0dfbc2b8f5a 100644 --- a/sys/lib/libkern/Makefile +++ b/sys/lib/libkern/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.48 1999/02/24 16:22:42 chs Exp $ +# $NetBSD: Makefile,v 1.49 1999/03/03 12:00:20 jonathan Exp $ LIB= kern MKPIC= no -M= ${.CURDIR}/arch/${MACHINE_ARCH} +M= ${.CURDIR}/arch/${MACHINE_ARCH:S/mipse[bl]/mips/} CPPFLAGS= -I$M ${KERNCPPFLAGS} ${KERNMISCCPPFLAGS} |
