summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/stand
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2013-01-01 18:49:34 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2013-01-01 18:49:34 +0000
commit941289471d328afe679e427f694c934e221df2d0 (patch)
treeb1228c49a93c84c8c56d8113c0bf5f88a7455d25 /sys/arch/sgi/stand
parent01e445c6493d9e5dec71f221a69c8a6a8708c745 (diff)
Remove libsa exec.c, not used by anything anymore; all boot blocks now use
loadfile or a derivative of.
Diffstat (limited to 'sys/arch/sgi/stand')
-rw-r--r--sys/arch/sgi/stand/libsa/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/stand/libsa/Makefile b/sys/arch/sgi/stand/libsa/Makefile
index 4555a0142a4..3ad2bb84ee5 100644
--- a/sys/arch/sgi/stand/libsa/Makefile
+++ b/sys/arch/sgi/stand/libsa/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2012/08/31 08:14:08 pascal Exp $
+# $OpenBSD: Makefile,v 1.8 2013/01/01 18:49:33 miod Exp $
LIB= sa
@@ -17,7 +17,7 @@ CPPFLAGS+= -D__INTERNAL_LIBSA_CREAD ${STANDALONE}
CPPFLAGS+= ${LIBSA_CPPFLAGS}
# stand routines
-SRCS= alloc.c exit.c exec.c getfile.c gets.c globals.c \
+SRCS= alloc.c exit.c getfile.c gets.c globals.c \
memcmp.c memcpy.c memset.c printf.c snprintf.c strerror.c strncpy.c
# io routines