# $Id: Makefile,v 1.5 2013/10/19 17:28:38 christos Exp $ .include TESTSDIR= ${TESTSBASE}/lib/libppath #LIBPPATH != make -V .OBJDIR -C $(.CURDIR)/../lib TESTS_C=t_ppath SRCS.t_ppath=t_ppath.c personnel.c personnel.h CPPFLAGS+=-I$(.OBJDIR) .SUFFIXES: .plist .h .plist.h: echo "extern const char " ${.TARGET:S,.h$,,} "[];" > ${.TARGET} .plist.c: AWK=${TOOL_AWK:Q} ${HOST_SH} ${.CURDIR}/plist_to_c ${.TARGET:S,.c$,,} < ${.IMPSRC} > ${.TARGET} t_ppath.o: personnel.h CLEANFILES+=personnel.c personnel.h #LDADD+=-L$(LIBPPATH) LDADD+=-lppath -lprop #DPADD+=$(LIBPPATH)/libppath.a .include #.include "../mk/tags.mk" ount-9.3 NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-05don't assume host BUFSIZ is sufficent. small BUFSIZ leads tomrg
2020-10-15set -D_GNU_SOURCE in Makefile.boot. from hadrien.lacour@posteo.net.mrg
2020-07-11Add blocklistd(8) support.jruoho
2019-02-28add ssl specific timeout value (30s). if SSL_accept() doesn'tmrg
2019-01-22o don't display special files in the directory index. they aren'tmrg
2018-11-22many clean ups:mrg
2018-11-21- move special files defines into bozohttpd.h, so we can ...mrg
2018-11-20from CHANGES:mrg
2018-11-19avoid memory leak in sending multiple auth headers.mrg
2015-12-27several clean ups:mrg
2015-10-28* add CGI support for ~user translation (-E switch)shm
2014-12-26more for the previous: make sure [i - 1] can never go negative.mrg
2014-12-26properly handle ilen = 0 case, which could lead to array underflow.mrg
2014-11-21Fixed memory leak in case of multiple authentication headers sent by theshm
2014-07-08avoid truncating a directory path when using snprintf(), but insteadmrg
2014-01-02- update CHANGES with recent changesmrg
2013-10-12no need to check free() arguments against NULLmbalmer
2011-11-18merge bozohttpd 20111118mrg
2010-05-10merge bozohttpd 20100510.mrg
2010-05-10merge bozohttpd 20100509.mrg
2009-04-18merge bozohttpd 20090418. remove a couple of minor do-nothing localmrg
2009-04-18return a value when the function wants to.mrg
2009-04-18merge bozohttpd 20090417mrg
2008-03-03merge bozohttpd 20080303mrg
2007-10-17RCS IDstls
2007-10-17Fix typo on Makefile which causes HTTP Authentication supportreed
2007-10-16Import of bozohttpd for its originally intended purpose: a small (~30k)tls