Home | History | Annotate | Line # | Download | only in ypxfr
Makefile revision 1.3
      1  1.3      gwr #	$NetBSD: Makefile,v 1.3 1997/05/08 21:12:58 gwr 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.1  thorpej 
      9  1.1  thorpej .include <bsd.prog.mk>
     10