From: hpa Date: Sat, 10 Mar 2001 06:16:16 +0000 (+0000) Subject: Add gethostip.c to the list of SOURCES X-Git-Tag: syslinux-1.53-pre5^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce7547f69fc259771a76e8c61bf4e2c3290ae5df;p=platform%2Fupstream%2Fsyslinux.git Add gethostip.c to the list of SOURCES --- diff --git a/Makefile b/Makefile index 4ebba07..acf1371 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ VERSION = $(shell cat version) # want to recompile the installers (ITARGET). # SOURCES = ldlinux.asm syslinux.asm syslinux.c copybs.asm \ - pxelinux.asm pxe.inc mbr.asm + pxelinux.asm pxe.inc mbr.asm gethostip.c BTARGET = bootsect.bin ldlinux.sys ldlinux.bin ldlinux.lst pxelinux.0 mbr.bin ITARGET = syslinux.com syslinux copybs.com gethostip DOCS = COPYING NEWS README TODO *.doc