1 # Comment out the second command and uncomment the first command
2 # below if you don't want to use libwrap (hosts.{allow,deny} access control)
4 # If you don't have it in /var/log/subsys, uncomment and define
5 #CFLAGS+=-DLOCKFILE_DIR=\"/var/log\"
9 # $(CC) -Wall $(CFLAGS) -o $@ p910nd.c
10 $(CC) -Wall $(CFLAGS) -DUSE_LIBWRAP -o $@ p910nd.c $(LIBWRAP)