Skip to content

Commit

Permalink
Makefile: Add gpxe/gpxelinuxk.0 to INSTALL_AUX
Browse files Browse the repository at this point in the history
  • Loading branch information
geneC committed Mar 17, 2011
1 parent 968ffed commit 77244e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -67,8 +67,8 @@ INSTALL_BIN = mtools/syslinux
# Things to install in /sbin
INSTALL_SBIN = extlinux/extlinux
# Things to install in /usr/lib/syslinux
INSTALL_AUX = core/pxelinux.0 gpxe/gpxelinux.0 core/isolinux.bin \
core/isolinux-debug.bin \
INSTALL_AUX = core/pxelinux.0 gpxe/gpxelinux.0 gpxe/gpxelinuxk.0 \
core/isolinux.bin core/isolinux-debug.bin \
dos/syslinux.com \
mbr/*.bin $(MODULES)
INSTALL_AUX_OPT = win32/syslinux.exe win64/syslinux64.exe
Expand Down

0 comments on commit 77244e1

Please sign in to comment.