removed ifdef XXX
This commit is contained in:
parent
a51d5c8eef
commit
c0b7039208
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile.pmax,v 1.9 1994/11/22 18:57:25 dean Exp $
|
# $NetBSD: Makefile.pmax,v 1.10 1994/12/12 19:34:59 dean Exp $
|
||||||
|
|
||||||
# @(#)Makefile.pmax 8.2 (Berkeley) 2/16/94
|
# @(#)Makefile.pmax 8.2 (Berkeley) 2/16/94
|
||||||
#
|
#
|
||||||
|
@ -38,7 +38,6 @@ COPTS= ${INCLUDES} ${IDENT} -DKERNEL -Dpmax -D__NetBSD__ -G0
|
||||||
CPPOPTS=${INCLUDES} ${IDENT} -DKERNEL -Dpmax -D__NetBSD__
|
CPPOPTS=${INCLUDES} ${IDENT} -DKERNEL -Dpmax -D__NetBSD__
|
||||||
CFLAGS= -O ${COPTS}
|
CFLAGS= -O ${COPTS}
|
||||||
|
|
||||||
.if defined(XXX)
|
|
||||||
### find out what to use for libkern
|
### find out what to use for libkern
|
||||||
.include "$S/lib/libkern/Makefile.inc"
|
.include "$S/lib/libkern/Makefile.inc"
|
||||||
.ifndef PROF
|
.ifndef PROF
|
||||||
|
@ -46,9 +45,6 @@ LIBKERN= ${KERNLIB}
|
||||||
.else
|
.else
|
||||||
LIBKERN= ${KERNLIB_PROF}
|
LIBKERN= ${KERNLIB_PROF}
|
||||||
.endif
|
.endif
|
||||||
.else
|
|
||||||
LIBKERN = ../libkern.a
|
|
||||||
.endif
|
|
||||||
# compile rules: rules are named ${TYPE}_${SUFFIX}${CONFIG_DEP}
|
# compile rules: rules are named ${TYPE}_${SUFFIX}${CONFIG_DEP}
|
||||||
# where TYPE is NORMAL, DRIVER, or PROFILE}; SUFFIX is the file suffix,
|
# where TYPE is NORMAL, DRIVER, or PROFILE}; SUFFIX is the file suffix,
|
||||||
# capitalized (e.g. C for a .c file), and CONFIG_DEP is _C if the file
|
# capitalized (e.g. C for a .c file), and CONFIG_DEP is _C if the file
|
||||||
|
|
Loading…
Reference in New Issue