# $OpenBSD: Makefile-config,v 1.1.1.1 1998/07/04 20:52:53 marc Exp $
#
# set to the user and group name that you want NFR to run as
#
NFR_USER=nfr
NFR_GROUP=nfr

#
# what directory to install in
#
INSTALLDIR=$(PREFIX)/nfr

#
# set to the httpd configuration templates to use
#
HTTPD_CONFIG=apache
#HTTPD_CONFIG=apache_ssl


#
# set to a non-blank value to tell the path name to your httpd
# executable.  If you leave this blank, "make install" in ../nfrwatch
# will attempt to find the web server.
#
HTTPD=/usr/sbin/httpd

