diff options
| author | Marty Connor | 2010-01-17 03:47:39 +0100 |
|---|---|---|
| committer | Marty Connor | 2010-01-17 03:47:39 +0100 |
| commit | 330abebddf67ab27998f64070f27d5874cbc7b06 (patch) | |
| tree | 08f5954725930ee9c38b0afab4cb9a30c71ce7e3 /contrib/p910nd-0.8/Makefile | |
| parent | [sanboot] Prevent leaking a stack reference for "keep-san" AoE (diff) | |
| download | ipxe-330abebddf67ab27998f64070f27d5874cbc7b06.tar.gz ipxe-330abebddf67ab27998f64070f27d5874cbc7b06.tar.xz ipxe-330abebddf67ab27998f64070f27d5874cbc7b06.zip | |
[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/p910nd-0.8/Makefile')
| -rw-r--r-- | contrib/p910nd-0.8/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/contrib/p910nd-0.8/Makefile b/contrib/p910nd-0.8/Makefile deleted file mode 100644 index c2827d27a..000000000 --- a/contrib/p910nd-0.8/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# Comment out the second command and uncomment the first command -# below if you don't want to use libwrap (hosts.{allow,deny} access control) - -# If you don't have it in /var/log/subsys, uncomment and define -#CFLAGS+=-DLOCKFILE_DIR=\"/var/log\" -LIBWRAP=-lwrap - -p910nd: p910nd.c -# $(CC) -Wall $(CFLAGS) -o $@ p910nd.c - $(CC) -Wall $(CFLAGS) -DUSE_LIBWRAP -o $@ p910nd.c $(LIBWRAP) |
