freebsd-dev/usr.sbin/named/Makefile.inc
Peter Wemm e4de7e7917 Don't override BINOWN and BINGRP by setting them to "bin". Use the
system defaults (BINOWN is often root as a security precaution).
1997-05-17 11:53:03 +00:00

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