diff options
author | 2007-11-26 09:58:38 +0000 | |
---|---|---|
committer | 2007-11-26 09:58:38 +0000 | |
commit | 52e293dd0021889dc221a14060b5803f369992d4 (patch) | |
tree | 31b0d00a5fccedf98a878bd23d7cc8874ffc1482 | |
parent | Remove libkern. (diff) | |
download | wireguard-openbsd-52e293dd0021889dc221a14060b5803f369992d4.tar.xz wireguard-openbsd-52e293dd0021889dc221a14060b5803f369992d4.zip |
another LIBKERN that stayed behind
-rw-r--r-- | sys/arch/hppa/conf/Makefile.hppa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/Makefile.hppa b/sys/arch/hppa/conf/Makefile.hppa index 8f841028ab6..f755c5816ed 100644 --- a/sys/arch/hppa/conf/Makefile.hppa +++ b/sys/arch/hppa/conf/Makefile.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hppa,v 1.30 2007/11/25 18:25:28 deraadt Exp $ +# $OpenBSD: Makefile.hppa,v 1.31 2007/11/26 09:58:38 deraadt Exp $ # Makefile for OpenBSD # @@ -95,7 +95,7 @@ HOSTED_C= ${HOSTCC} ${HOSTED_CFLAGS} ${HOSTED_CPPFLAGS} -c $< # ${SYSTEM_LD_HEAD} # ${SYSTEM_LD} swapxxx.o # ${SYSTEM_LD_TAIL} -SYSTEM_OBJ= locore.o param.o ioconf.o ${OBJS} ${LIBSPMATH} ${LIBKERN} +SYSTEM_OBJ= locore.o param.o ioconf.o ${OBJS} ${LIBSPMATH} SYSTEM_DEP= Makefile ${SYSTEM_OBJ} SYSTEM_LD_HEAD= @rm -f $@ SYSTEM_LD= @echo ${LD} ${LINKFLAGS} -o $@ '$${SYSTEM_OBJ}' vers.o; \ |