60aa689c94
some changes by me, including misc. cleanup, minor bug fixes, and brand-new access control list code.
10 lines
228 B
Makefile
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>
|