diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-01-01 18:49:34 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-01-01 18:49:34 +0000 |
commit | 941289471d328afe679e427f694c934e221df2d0 (patch) | |
tree | b1228c49a93c84c8c56d8113c0bf5f88a7455d25 /sys/arch/sgi/stand | |
parent | 01e445c6493d9e5dec71f221a69c8a6a8708c745 (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/Makefile | 4 |
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 |