svn commit: r330812 - head/stand/efi/libefi
Warner Losh
imp at FreeBSD.org
Mon Mar 12 21:40:15 UTC 2018
Author: imp
Date: Mon Mar 12 21:40:09 2018
New Revision: 330812
URL: https://svnweb.freebsd.org/changeset/base/330812
Log:
Use the one-line-per-file pattern here, and sort the file names.
Sponsored by: Netflix
Modified:
head/stand/efi/libefi/Makefile
Modified: head/stand/efi/libefi/Makefile
==============================================================================
--- head/stand/efi/libefi/Makefile Mon Mar 12 21:40:05 2018 (r330811)
+++ head/stand/efi/libefi/Makefile Mon Mar 12 21:40:09 2018 (r330812)
@@ -5,8 +5,20 @@
LIB= efi
WARNS?= 2
-SRCS= delay.c devpath.c efi_console.c efichar.c efinet.c efipart.c env.c errno.c \
- handles.c wchar.c libefi.c efi_driver_utils.c efizfs.c devicename.c
+SRCS= delay.c \
+ devicename.c \
+ devpath.c \
+ efi_console.c \
+ efi_driver_utils.c \
+ efichar.c \
+ efinet.c \
+ efipart.c \
+ efizfs.c \
+ env.c \
+ errno.c \
+ handles.c \
+ libefi.c \
+ wchar.c
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
SRCS+= time.c
More information about the svn-src-all
mailing list