1 1.2 mrg # $NetBSD: Makefile,v 1.2 2006/05/11 23:16:30 mrg Exp $ 2 1.1 lukem 3 1.1 lukem PROG= bootptest 4 1.1 lukem SRCS= bootptest.c print-bootp.c getether.c 5 1.1 lukem MAN= bootptest.8 6 1.1 lukem 7 1.1 lukem .include <bsd.prog.mk> 8 1.2 mrg 9 1.2 mrg .if ${HAVE_GCC} == 4 10 1.2 mrg COPTS.print-bootp.c+= -Wno-pointer-sign 11 1.2 mrg .endif 12