mirror of
https://github.com/ipxe/ipxe
synced 2025-12-10 21:41:09 +03:00
Initial revision
This commit is contained in:
10
contrib/p910nd-0.8/Makefile
Normal file
10
contrib/p910nd-0.8/Makefile
Normal file
@@ -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)
|
||||
Reference in New Issue
Block a user