Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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)