diff options
Diffstat (limited to 'sys/arch/amd64/stand/pxeboot/Makefile')
-rw-r--r-- | sys/arch/amd64/stand/pxeboot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amd64/stand/pxeboot/Makefile b/sys/arch/amd64/stand/pxeboot/Makefile index 6b2d0890404..e200e1b2138 100644 --- a/sys/arch/amd64/stand/pxeboot/Makefile +++ b/sys/arch/amd64/stand/pxeboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2005/07/30 14:37:39 millert Exp $ +# $OpenBSD: Makefile,v 1.6 2007/05/27 18:38:33 tom Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -31,7 +31,7 @@ SRCS+= boot.c cmd.c vars.c bootarg.c # stand routines SRCS+= alloc.c exit.c getfile.c gets.c globals.c strcmp.c strlen.c \ strncmp.c memcmp.c memcpy.c memset.c printf.c snprintf.c \ - strerror.c strncpy.c strtol.c ctime.c strlcpy.c strlcat.c + strerror.c strncpy.c strtol.c strtoll.c ctime.c strlcpy.c strlcat.c # io routines SRCS+= close.c closeall.c dev.c disklabel.c dkcksum.c fstat.c ioctl.c lseek.c \ read.c stat.c write.c cread.c readdir.c cons.c loadfile.c @@ -42,7 +42,7 @@ SRCS+= bootp.c bootparam.c # boot filesystems SRCS+= ufs.c nfs.c tftp.c # gcc support -SRCS+= moddi3.c qdivrem.c +SRCS+= divdi3.c moddi3.c qdivrem.c .PATH: ${S}/lib/libz SRCS+= adler32.c crc32.c inflate.c inftrees.c |