diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2007-11-30 14:02:01 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2007-11-30 14:02:01 +0000 |
commit | f41bc7bc95e170a1da7b3523350139560b6c686b (patch) | |
tree | c779c12674aac636ba5e745fb7def8e008da7e4a /sys/arch/sgi | |
parent | cfead70da6d0169bbff731283c6e020edaf30371 (diff) |
Unbreak build. Also tested by jasper@.
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/stand/boot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/sgi/stand/boot/Makefile b/sys/arch/sgi/stand/boot/Makefile index bbe5a8a1d1c..784d1c10570 100644 --- a/sys/arch/sgi/stand/boot/Makefile +++ b/sys/arch/sgi/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2007/11/29 09:27:13 deraadt Exp $ +# $OpenBSD: Makefile,v 1.9 2007/11/30 14:02:00 jsing Exp $ PROG= boot @@ -20,7 +20,8 @@ SRCS= start.S boot.c filesystem.c conf.c diskio.c arcbios.c strstr.c CLEANFILES+= machine mips64 .PATH: ${S}/lib/libkern/arch/mips64 ${S}/lib/libkern -SRCS+= strlcpy.c memcpy.c strlen.c strrchr.c strlcat.c ashrdi3.c +SRCS+= strlcpy.c memcpy.c strlen.c strrchr.c strlcat.c ashrdi3.c strncmp.c \ + strcmp.S udivdi3.c umoddi3.c qdivrem.c .if !make(libdep) && !make(sadep) && !make(salibdir) && !make(obj) .BEGIN: |