Home | History | Annotate | Line # | Download | only in ypxfr
Makefile revision 1.5.110.1
      1  1.5.110.1   martin #	$NetBSD: Makefile,v 1.5.110.1 2020/04/13 08:06:08 martin Exp $
      2        1.1  thorpej 
      3        1.1  thorpej PROG=	ypxfr
      4        1.5    lukem SRCS=	ypxfr.c
      5        1.1  thorpej MAN=	ypxfr.8
      6        1.1  thorpej 
      7  1.5.110.1   martin COPTS.ypxfr.c+=	${GCC_NO_CAST_FUNCTION_TYPE}
      8  1.5.110.1   martin 
      9        1.1  thorpej .include <bsd.prog.mk>
     10