removed ifdef XXX

This commit is contained in:
dean 1994-12-12 19:34:59 +00:00
parent a51d5c8eef
commit c0b7039208
1 changed files with 1 additions and 5 deletions

View File

@ -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
#
@ -38,7 +38,6 @@ COPTS= ${INCLUDES} ${IDENT} -DKERNEL -Dpmax -D__NetBSD__ -G0
CPPOPTS=${INCLUDES} ${IDENT} -DKERNEL -Dpmax -D__NetBSD__
CFLAGS= -O ${COPTS}
.if defined(XXX)
### find out what to use for libkern
.include "$S/lib/libkern/Makefile.inc"
.ifndef PROF
@ -46,9 +45,6 @@ LIBKERN= ${KERNLIB}
.else
LIBKERN= ${KERNLIB_PROF}
.endif
.else
LIBKERN = ../libkern.a
.endif
# compile rules: rules are named ${TYPE}_${SUFFIX}${CONFIG_DEP}
# 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