From c0b70392088f2f84c5c256367dbc837a8369bab6 Mon Sep 17 00:00:00 2001 From: dean Date: Mon, 12 Dec 1994 19:34:59 +0000 Subject: [PATCH] removed ifdef XXX --- sys/arch/pmax/conf/Makefile.pmax | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sys/arch/pmax/conf/Makefile.pmax b/sys/arch/pmax/conf/Makefile.pmax index a146ee097b7d..3df3dc20ccf8 100644 --- a/sys/arch/pmax/conf/Makefile.pmax +++ b/sys/arch/pmax/conf/Makefile.pmax @@ -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