Home | History | Annotate | Line # | Download | only in rpc.sprayd
Makefile revision 1.7
      1  1.7      mrg #	$NetBSD: Makefile,v 1.7 2019/10/13 07:28:12 mrg Exp $
      2  1.1  deraadt 
      3  1.1  deraadt PROG =	rpc.sprayd
      4  1.1  deraadt SRCS =	sprayd.c
      5  1.2      cgd MAN =	rpc.sprayd.8
      6  1.3      jtc MLINKS=	rpc.sprayd.8 sprayd.8
      7  1.1  deraadt 
      8  1.1  deraadt DPADD=	${LIBRPCSVC}
      9  1.1  deraadt LDADD=	-lrpcsvc
     10  1.1  deraadt 
     11  1.7      mrg COPTS.sprayd.c+=	${GCC_NO_STRINGOP_TRUNCATION} ${GCC_NO_CAST_FUNCTION_TYPE}
     12  1.7      mrg 
     13  1.1  deraadt .include <bsd.prog.mk>
     14