1 1.4 thorpej # $NetBSD: Makefile,v 1.4 1997/07/18 21:57:23 thorpej Exp $ 2 1.1 thorpej 3 1.1 thorpej PROG= ypxfr 4 1.1 thorpej SRCS= ypxfr.c ypdb.c yplog.c yplib_host.c ypresp_xdr.c 5 1.1 thorpej MAN= ypxfr.8 6 1.3 gwr .PATH: ${.CURDIR}/../common 7 1.1 thorpej CFLAGS+=-I${.CURDIR}/../common 8 1.4 thorpej WARNS=1 9 1.1 thorpej 10 1.1 thorpej .include <bsd.prog.mk> 11