blob: 61d4d118564763ec62e372df3eb6a9741f336a14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.2 1996/02/04 12:02:12 mrg Exp $
# from: $Id: Makefile,v 8.2 1995/12/31 23:28:01 vixie Exp
.PATH: ${.CURDIR}/../named \
${.CURDIR}/../man
PROG= named-xfer
SRCS= named-xfer.c db_glue.c storage.c dmalloc.c version.c
CFLAGS+= -I${.CURDIR}/../named
MAN= named-xfer.8
BINDIR= /usr/libexec
.include <bsd.prog.mk>
.include "../../Makefile.inc"
|