e4de7e7917
system defaults (BINOWN is often root as a security precaution).
25 lines
500 B
Makefile
25 lines
500 B
Makefile
# From: Id: Makefile.inc,v 8.4 1996/03/03 17:42:43 vixie Exp
|
|
# $Id: Makefile.inc,v 1.4 1997/02/22 16:07:58 peter Exp $
|
|
|
|
.ifndef (Mk.Inc)
|
|
Mk.Inc?=defined
|
|
|
|
BIND_DIR= ${.CURDIR}/../../contrib/bind
|
|
|
|
VER!= awk -F' *= *' '$$1 == "VER" { print $$2 ; exit }' \
|
|
${BIND_DIR}/Makefile
|
|
|
|
PIDDIR= /var/run
|
|
INDOT=
|
|
XFER_INDOT= ${INDOT}
|
|
PS= ps
|
|
DESTSBIN= /usr/sbin
|
|
IOT= ABRT
|
|
|
|
CONFIG?= -DUSE_OPTIONS_H
|
|
INCLUDE?= -I${BIND_DIR} -I${BIND_DIR}/include
|
|
CFLAGS+= ${INCLUDE} ${CONFIG}
|
|
|
|
.include "Makefile.maninc"
|
|
.endif
|