Blame


1 8a35f56c 2022-07-16 thomas LDADD += -lz -lutil
2 8a35f56c 2022-07-16 thomas PREFIX ?= /usr/local
3 8a35f56c 2022-07-16 thomas BINDIR ?= ${PREFIX}/sbin
4 8a35f56c 2022-07-16 thomas CHROOT_DIR ?= /var/www
5 8a35f56c 2022-07-16 thomas GOTWEB_DIR = /bin/gotwebd
6 8a35f56c 2022-07-16 thomas LIBEXECDIR = ${GOTWEB_DIR}/libexec
7 8a35f56c 2022-07-16 thomas HTTPD_DIR = ${CHROOT_DIR}/htdocs
8 8a35f56c 2022-07-16 thomas PROG_DIR = ${HTTPD_DIR}/${PROG}
9 8a35f56c 2022-07-16 thomas WWWUSR ?= www
10 8a35f56c 2022-07-16 thomas WWWGRP ?= www