diff options
author | Mike Fulbright <msf@redhat.com> | 2003-07-07 21:14:38 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2003-07-07 21:14:38 +0000 |
commit | bb8dfab802c6a5121d6b92e13f637f228855bf18 (patch) | |
tree | 7dcfcb2ca7f2c8781335bcb274bc22b4044f79fe /isys/Makefile | |
parent | 2bf154fe5f11a87e745434906ff1e7596907bdaf (diff) | |
download | anaconda-bb8dfab802c6a5121d6b92e13f637f228855bf18.tar.gz anaconda-bb8dfab802c6a5121d6b92e13f637f228855bf18.tar.xz anaconda-bb8dfab802c6a5121d6b92e13f637f228855bf18.zip |
include getmacaddr.c in build process
Diffstat (limited to 'isys/Makefile')
-rw-r--r-- | isys/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/Makefile b/isys/Makefile index 6d78d4a5e..123fde29c 100644 --- a/isys/Makefile +++ b/isys/Makefile @@ -2,7 +2,7 @@ include ../Makefile.inc CFLAGS = -ffunction-sections -I$(PYTHONINCLUDE) -I.. -Wall -Os -g -DHAVE_NFS -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -OBJECTS = nfsmount.o nfsmount_clnt.o nfsmount_xdr.o imount.o \ +OBJECTS = nfsmount.o nfsmount_clnt.o nfsmount_xdr.o imount.o getmacaddr.o\ smp.o devnodes.o cpio.o probe.o uncpio.o \ lang.o isofs.o dns.o linkdetect.o pdc.o hpt.o silraid.o vio.o SOBJECTS = $(patsubst %.o,%.lo,$(OBJECTS)) |