diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-01-02 12:29:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-01-02 12:29:34 +0000 |
commit | d94c75a19ae9ab69f160663c6b54b1ae16e55d6f (patch) | |
tree | 1d3dcdff1408fbc0485164634dbc380bae0eba0f /sys/arch | |
parent | 40dab1cfca912ed2afadfb77bdbf63ef05d584b3 (diff) |
miod let one exec.c slide
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/loongson/stand/libsa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/loongson/stand/libsa/Makefile b/sys/arch/loongson/stand/libsa/Makefile index 303c8df403a..0aef0b99ce8 100644 --- a/sys/arch/loongson/stand/libsa/Makefile +++ b/sys/arch/loongson/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2012/08/31 16:13:59 pascal Exp $ +# $OpenBSD: Makefile,v 1.4 2013/01/02 12:29:33 deraadt Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -16,7 +16,7 @@ CFLAGS+= ${CEXTRAFLAGS} ${SAABI} -nostdinc -mno-abicalls -D_NO_ABICALLS \ -I${.OBJDIR} # stand routines -SRCS= alloc.c cons.c ctime.c exit.c exec.c getfile.c gets.c globals.c \ +SRCS= alloc.c cons.c ctime.c exit.c getfile.c gets.c globals.c \ memcmp.c memcpy.c memset.c printf.c \ snprintf.c strchr.c strcmp.c strerror.c strncmp.c strncpy.c strtol.c |