Home | History | Annotate | Line # | Download | only in showmount
Makefile revision 1.8
      1  1.8  mrg #	$NetBSD: Makefile,v 1.8 2019/10/13 07:28:17 mrg Exp $
      2  1.5  jtc #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3  1.1  cgd 
      4  1.7  tls USE_FORT?= yes	# network client
      5  1.7  tls 
      6  1.1  cgd PROG=	showmount
      7  1.6  cgd MAN=	showmount.8
      8  1.1  cgd 
      9  1.8  mrg COPTS.showmount.c+=	${GCC_NO_STRINGOP_OVERFLOW} ${GCC_NO_CAST_FUNCTION_TYPE}
     10  1.8  mrg 
     11  1.1  cgd .include <bsd.prog.mk>
     12