freebsd_amp_hwpstate/usr.sbin/named/Makefile

25 lines
657 B
Makefile
Raw Normal View History

1998-06-11 09:17:58 +00:00
# $Id: Makefile,v 1.20 1998/06/04 07:25:52 bde Exp $
1994-09-22 20:45:34 +00:00
1998-06-11 09:17:58 +00:00
USE_LIBBIND= true
.include "${.CURDIR}/Makefile.inc"
1998-05-03 05:09:13 +00:00
.PATH: ${BIND_DIR}/bin/named
.PATH: ${BIND_DIR}/doc/man
1994-09-22 20:45:34 +00:00
PROG= named
SRCS= tmp_version.c pathnames.h \
1998-05-03 05:09:13 +00:00
db_dump.c db_load.c db_lookup.c db_save.c db_update.c \
db_glue.c \
ns_parser.y ns_lexer.c ns_parseutil.c \
1998-05-03 05:09:13 +00:00
ns_forw.c ns_init.c ns_main.c ns_maint.c ns_req.c \
ns_resp.c ns_stats.c ns_ncache.c ns_xfr.c ns_glue.c \
ns_udp.c ns_config.c ns_update.c
1994-09-26 23:14:33 +00:00
MAN8= named.8
1994-09-22 20:45:34 +00:00
1998-05-03 05:09:13 +00:00
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${BIND_DIR}/bin/named/named-bootconf.pl \
${DESTDIR}${DESTSBIN}/named-bootconf
1994-09-22 20:45:34 +00:00
.include <bsd.prog.mk>