summaryrefslogtreecommitdiffstats
path: root/contrib/p910nd-0.8/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/p910nd-0.8/Makefile')
-rw-r--r--contrib/p910nd-0.8/Makefile10
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 c2827d27..00000000
--- 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)