diff options
author | Gene Cumm <gene.cumm@gmail.com> | 2011-03-17 14:46:43 -0400 |
---|---|---|
committer | Gene Cumm <gene.cumm@gmail.com> | 2011-03-17 14:46:43 -0400 |
commit | 77244e1c81bd899fac414a6b6dfc7fcb309fdd6c (patch) | |
tree | 3b0bf777b10da091449c00262d7e693cc9d7c2f5 /Makefile | |
parent | 968ffed7e02fb82277cdf9d50724211f4d44810b (diff) | |
download | syslinux-77244e1c81bd899fac414a6b6dfc7fcb309fdd6c.tar.gz |
Makefile: Add gpxe/gpxelinuxk.0 to INSTALL_AUX
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |