You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile 379B

12345678910
  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)
  3. # If you don't have it in /var/log/subsys, uncomment and define
  4. #CFLAGS+=-DLOCKFILE_DIR=\"/var/log\"
  5. LIBWRAP=-lwrap
  6. p910nd: p910nd.c
  7. # $(CC) -Wall $(CFLAGS) -o $@ p910nd.c
  8. $(CC) -Wall $(CFLAGS) -DUSE_LIBWRAP -o $@ p910nd.c $(LIBWRAP)