just walk away and there will be an end to the horror
viewing file: daemond/ Makefile
view - history - annotated - download
PROG= daemond SRCS= parse.y daemond.c env.c MAN= daemond.8 LDADD= -levent CFLAGS+= -I${.CURDIR} COPTS+= -Wall SUBDIR=daemonctl .include <bsd.prog.mk> .include <bsd.subdir.mk>