diff options
Diffstat (limited to 'sys/arch/i386/stand/pxeboot/Makefile')
-rw-r--r-- | sys/arch/i386/stand/pxeboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/pxeboot/Makefile b/sys/arch/i386/stand/pxeboot/Makefile index 8289afb8ad9..cf47455b888 100644 --- a/sys/arch/i386/stand/pxeboot/Makefile +++ b/sys/arch/i386/stand/pxeboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 2019/11/28 00:17:12 bluhm Exp $ +# $OpenBSD: Makefile,v 1.33 2020/03/21 14:54:06 otto Exp $ MAN= pxeboot.8 @@ -35,7 +35,7 @@ SRCS+= alloc.c ctime.c exit.c getchar.c globals.c hexdump.c \ SRCS+= close.c closeall.c cons.c cread.c dev.c disklabel.c dkcksum.c fchmod.c \ fstat.c lseek.c read.c readdir.c stat.c SRCS+= elf32.c elf64.c loadfile.c arc4.c -SRCS+= nfs.c ufs.c tftp.c +SRCS+= nfs.c ufs.c ufs2.c tftp.c SRCS+= bootp.c ether.c net.c netif.c rpc.c SRCS+= aes_xts.c bcrypt_pbkdf.c blowfish.c explicit_bzero.c hmac_sha1.c \ pkcs5_pbkdf2.c rijndael.c sha1.c sha2.c softraid.c |