mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-20 02:01:19 +01:00
12 lines
218 B
Makefile
12 lines
218 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
|
||
|
NOMAN= noman
|
||
|
|
||
|
.include "../../Makefile.inc"
|
||
|
.include <bsd.prog.mk>
|