summaryrefslogtreecommitdiffstats
path: root/contrib/p910nd-0.8/Makefile
diff options
context:
space:
mode:
authorMichael Brown2005-05-17 18:44:57 +0200
committerMichael Brown2005-05-17 18:44:57 +0200
commit1097cf8685cd81f0003bd6f17d050e5174a85b90 (patch)
tree47a39f2a1e980cca43c28c4d1a6dfdf431b910b2 /contrib/p910nd-0.8/Makefile
parentQuickly hacked to use a buffer rather than a processor. (diff)
downloadipxe-1097cf8685cd81f0003bd6f17d050e5174a85b90.tar.gz
ipxe-1097cf8685cd81f0003bd6f17d050e5174a85b90.tar.xz
ipxe-1097cf8685cd81f0003bd6f17d050e5174a85b90.zip
Initial revision
Diffstat (limited to 'contrib/p910nd-0.8/Makefile')
-rw-r--r--contrib/p910nd-0.8/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/p910nd-0.8/Makefile b/contrib/p910nd-0.8/Makefile
new file mode 100644
index 000000000..c2827d27a
--- /dev/null
+++ b/contrib/p910nd-0.8/Makefile
@@ -0,0 +1,10 @@
+# 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)