freebsd-dev/usr.sbin/named/xfer/Makefile
Andreas Schulz ee2b9e6b02 More updates to the manual pages. Used also the unknown macro.
Also install the named-xfer manual page, when we have it in the source.
1994-11-19 13:42:06 +00:00

12 lines
224 B
Makefile

# @(#)Makefile 5.1 (Berkeley) 5/28/90
PROG= named-xfer
SRCS= named-xfer.c db_glue.c
CFLAGS+=-I${.CURDIR}/..
.PATH: ${.CURDIR}/..
BINDIR= /usr/libexec
MAN8= named-xfer.8
.include "../../Makefile.inc"
.include <bsd.prog.mk>