Makefile revision 1.2
1#	$NetBSD: Makefile,v 1.2 2006/05/11 23:16:30 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 ${HAVE_GCC} == 4
10COPTS.print-bootp.c+=	-Wno-pointer-sign
11.endif
12