# Comment out the second command and uncomment the first command
# below if you don't want to use libwrap (hosts.{allow,deny} access control)

# This seems to be the LSB default now
CFLAGS+=-DHAS_LOCKFILE_SUBSYS
LIBWRAP=-lwrap

p910nd:	p910nd.c
#	$(CC) -Wall $(CFLAGS) -o $@ p910nd.c
	$(CC) -Wall $(CFLAGS) -DUSE_LIBWRAP -o $@ p910nd.c $(LIBWRAP)
