diff options
author | Marty Connor <mdc@etherboot.org> | 2010-01-16 21:47:39 -0500 |
---|---|---|
committer | Marty Connor <mdc@etherboot.org> | 2010-01-16 21:47:39 -0500 |
commit | 330abebddf67ab27998f64070f27d5874cbc7b06 (patch) | |
tree | 08f5954725930ee9c38b0afab4cb9a30c71ce7e3 /contrib/3c90xutil/Makefile | |
parent | 37883e99fd791571c6771c9d1d8721a11e7e8a8f (diff) | |
download | ipxe-330abebddf67ab27998f64070f27d5874cbc7b06.tar.gz |
[contrib] Move most contrib content to a separate repository
Most of the content that was previously in this directory has been
moved to a separate git repository:
http://git.etherboot.org/?p=contrib.git;a=summary
or the Etherboot Project wiki:
http://etherboot.org/
Diffstat (limited to 'contrib/3c90xutil/Makefile')
-rw-r--r-- | contrib/3c90xutil/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/contrib/3c90xutil/Makefile b/contrib/3c90xutil/Makefile deleted file mode 100644 index 3d739712..00000000 --- a/contrib/3c90xutil/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -FILES = cromutil ocromutil bromutil - -INCLUDEDIR = /usr/include -CFLAGS = -O2 -fomit-frame-pointer -Wall -I$(INCLUDEDIR) - -all: $(FILES) - -clean: - rm -f $(FILES) *~ core |