1# $NetBSD: Makefile,v 1.3 2008/08/29 00:02:25 gmcgarry Exp $ 2 3PROG= bootptest 4SRCS= bootptest.c print-bootp.c getether.c 5MAN= bootptest.8 6 7.include <bsd.prog.mk> 8 9.if (defined(HAVE_GCC) && ${HAVE_GCC} == 4) || defined(HAVE_PCC) 10COPTS.print-bootp.c+= -Wno-pointer-sign 11.endif 12