humungus - daemond

i am gravely disappointed

just walk away and there will be an end to the horror

overview - files - changes

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>