1# $NetBSD: Makefile,v 1.4 2011/06/20 07:44:01 mrg 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) || defined(HAVE_PCC) 10COPTS.print-bootp.c+= -Wno-pointer-sign 11.endif 12