NetBSD/usr.sbin/ypserv/ypxfr/Makefile
thorpej 60aa689c94 A ypserv implementation, originally written by Mats O Jansson, with
some changes by me, including misc. cleanup, minor bug fixes, and
brand-new access control list code.
1996-08-09 10:14:49 +00:00

10 lines
228 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 1996/08/09 10:15:07 thorpej Exp $
PROG= ypxfr
SRCS= ypxfr.c ypdb.c yplog.c yplib_host.c ypresp_xdr.c
MAN= ypxfr.8
.PATH: ${.CURDIR}/../common
CFLAGS+=-I${.CURDIR}/../common
.include <bsd.prog.mk>