diff options
Diffstat (limited to 'sys/arch/sgi/stand/boot/Makefile')
-rw-r--r-- | sys/arch/sgi/stand/boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/stand/boot/Makefile b/sys/arch/sgi/stand/boot/Makefile index d27ca2d696f..8b7eb7d8384 100644 --- a/sys/arch/sgi/stand/boot/Makefile +++ b/sys/arch/sgi/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2012/03/19 17:38:31 miod Exp $ +# $OpenBSD: Makefile,v 1.13 2012/03/29 20:22:18 miod Exp $ NOMAN= noman @@ -12,7 +12,7 @@ AFLAGS+= ${SAABI} S= ${.CURDIR}/../../../.. SRCS= start.S arcbios.c boot.c conf.c diskio.c filesystem.c \ - netfs.c netio.c strstr.c + netfs.c netio.c strchr.c strstr.c .PATH: ${S}/lib/libsa SRCS+= loadfile.c |