summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhpa <hpa>2001-03-10 06:16:16 +0000
committerhpa <hpa>2001-03-10 06:16:16 +0000
commitce7547f69fc259771a76e8c61bf4e2c3290ae5df (patch)
tree6fdb5e067e3d876d1afaa00aee94d0c52e53fdf9
parent85b54f827c647e7d01bceb666b81c4260d1ec229 (diff)
downloadsyslinux-ce7547f69fc259771a76e8c61bf4e2c3290ae5df.tar.gz
Add gethostip.c to the list of SOURCESsyslinux-1.53-pre5
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4ebba073..acf1371b 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