Home | History | Annotate | Line # | Download | only in ypxfr
Makefile revision 1.1
      1  1.1  thorpej #	$NetBSD: Makefile,v 1.1 1996/08/09 10:15:07 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.1  thorpej .PATH:	${.CURDIR}/../common
      7  1.1  thorpej CFLAGS+=-I${.CURDIR}/../common
      8  1.1  thorpej 
      9  1.1  thorpej .include <bsd.prog.mk>
     10