summaryrefslogtreecommitdiffstats
path: root/usr.sbin/btxld/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-03-11 13:48:58 +0000
committerru <ru@FreeBSD.org>2003-03-11 13:48:58 +0000
commit559f61486d2a20e399357d595f60a0421ddc8525 (patch)
tree1faef6026c1ec0889b5f1e86fbd8a6adfb404f36 /usr.sbin/btxld/Makefile
parentedbba08415a57bf64f5e46cae22e3e58a95527aa (diff)
downloadFreeBSD-src-559f61486d2a20e399357d595f60a0421ddc8525.zip
FreeBSD-src-559f61486d2a20e399357d595f60a0421ddc8525.tar.gz
Make this work on different endianness machines.
Tested on: sparc64 : FreeBSD/i386 bootstrap loader, Revision 1.1 : (ru@panther.freebsd.org, Tue Mar 11 05:31:14 PST 2003) : Loading /boot/defaults/loader.conf
Diffstat (limited to 'usr.sbin/btxld/Makefile')
-rw-r--r--usr.sbin/btxld/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/btxld/Makefile b/usr.sbin/btxld/Makefile
index 32cf99d..912be22 100644
--- a/usr.sbin/btxld/Makefile
+++ b/usr.sbin/btxld/Makefile
@@ -3,5 +3,6 @@
PROG= btxld
MAN= btxld.8
SRCS= btxld.c elfh.c
+CFLAGS+=-I${.CURDIR}/../kgzip
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud