1 diff --git a/Makefile b/Makefile
2 index 60a5956..41a9dd1 100644
5 @@ -41,9 +41,7 @@ BTARGET = version.gen version.h version.mk
6 BOBJECTS = $(BTARGET) \
8 core/pxelinux.0 core/isolinux.bin core/isolinux-debug.bin \
9 - gpxe/gpxelinux.0 dos/syslinux.com \
10 - win32/syslinux.exe win64/syslinux64.exe \
11 - dosutil/*.com dosutil/*.sys \
15 # BSUBDIRs build the on-target binary components.
16 @@ -53,7 +51,7 @@ BOBJECTS = $(BTARGET) \
17 # files that depend only on the B phase, but may have to be regenerated
18 # for "make installer".
19 BSUBDIRS = codepage com32 lzo core memdisk modules mbr memdump gpxe sample \
20 - diag libinstaller dos win32 win64 dosutil
23 IOBJECTS = $(ITARGET) \
24 utils/gethostip utils/isohybrid utils/mkdiskimage \
25 @@ -67,7 +65,6 @@ INSTALL_SBIN = extlinux/extlinux
26 # Things to install in /usr/lib/syslinux
27 INSTALL_AUX = core/pxelinux.0 gpxe/gpxelinux.0 gpxe/gpxelinuxk.0 \
28 core/isolinux.bin core/isolinux-debug.bin \
31 INSTALL_AUX_OPT = win32/syslinux.exe win64/syslinux64.exe
32 INSTALL_DIAG = diag/mbr/handoff.bin \