diff options
author | obrien <obrien@FreeBSD.org> | 2001-06-16 05:59:45 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-06-16 05:59:45 +0000 |
commit | 0886fc25859907a80983a0cafd11302e0b8698ab (patch) | |
tree | cca82cb55923f5bacea10992d35d9e1970b31a38 /sys/boot | |
parent | 5e7a5673acecb7cb47c1bbd0d9ae6c932abda2ac (diff) | |
download | FreeBSD-src-0886fc25859907a80983a0cafd11302e0b8698ab.zip FreeBSD-src-0886fc25859907a80983a0cafd11302e0b8698ab.tar.gz |
style police
Diffstat (limited to 'sys/boot')
-rw-r--r-- | sys/boot/efi/Makefile.inc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/boot/efi/Makefile.inc b/sys/boot/efi/Makefile.inc index 3f486cc..d37a508 100644 --- a/sys/boot/efi/Makefile.inc +++ b/sys/boot/efi/Makefile.inc @@ -1,7 +1,8 @@ # $FreeBSD$ + # Options used when building app-specific efi components -DPADD+= ${DESTDIR}/${LIBDIR}/libstand.a -LIBSTANDDIR= ${.CURDIR}/../../../../lib/libstand -LIBSTAND= -lstand -LIBEFI= ${.OBJDIR}/../libefi/libefi.a +DPADD+= ${DESTDIR}/${LIBDIR}/libstand.a +LIBSTANDDIR= ${.CURDIR}/../../../../lib/libstand +LIBSTAND= -lstand +LIBEFI= ${.OBJDIR}/../libefi/libefi.a |