From c6726e13cd1930106a2c6b28bcef61bbfe687a39 Mon Sep 17 00:00:00 2001 From: deraadt Date: Fri, 27 Dec 2013 22:08:37 +0000 Subject: [PATCH] remove lots from the Makefile, since this never depended on libsa. --- sys/arch/sparc64/stand/installboot/Makefile | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/sys/arch/sparc64/stand/installboot/Makefile b/sys/arch/sparc64/stand/installboot/Makefile index d28164fa28d..16a0ee3f17c 100644 --- a/sys/arch/sparc64/stand/installboot/Makefile +++ b/sys/arch/sparc64/stand/installboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2012/01/01 16:11:13 jsing Exp $ +# $OpenBSD: Makefile,v 1.8 2013/12/27 22:08:37 deraadt Exp $ # $NetBSD: Makefile,v 1.13 2000/08/16 08:24:01 mrg Exp $ .include @@ -8,29 +8,15 @@ MANSUBDIR=sparc64 .if ${MACHINE} == "sparc64" PROG= installboot -SRCS= installboot.c loadfile.c +SRCS= installboot.c LDADD= -lutil DPADD= ${LIBUTIL} .else NOPROG= .endif -LIBSA_I=${.CURDIR}/../../../../lib/libsa - -.PATH.c: ${.CURDIR}/../../../../lib/libsa - -CPPFLAGS+=-I${LIBSA_I} -I. -I${.CURDIR}/../../../.. -I${.OBJDIR} - LDSTATIC?= -static -.if !make(obj) -.BEGIN: - @([ -h machine ] || ln -s ${.CURDIR}/../../../${MACHINE}/include machine) - @([ -h sparc ] || ln -s ${.CURDIR}/../../../sparc/include sparc) -.NOPATH: machine sparc -CLEANFILES+= machine sparc -.endif - STANDALONE= .include -- 2.20.1