Home | History | Annotate | Line # | Download | only in ypxfr
Makefile revision 1.6
      1  1.6      mrg #	$NetBSD: Makefile,v 1.6 2019/10/13 07:28:22 mrg 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.6      mrg COPTS.ypxfr.c+=	${GCC_NO_CAST_FUNCTION_TYPE}
      8  1.6      mrg 
      9  1.1  thorpej .include <bsd.prog.mk>
     10