Home | History | Annotate | Line # | Download | only in bootptest
Makefile revision 1.3.18.1
      1 #	$NetBSD: Makefile,v 1.3.18.1 2011/06/23 14:20:46 cherry Exp $
      2 
      3 PROG=	bootptest
      4 SRCS=	bootptest.c print-bootp.c getether.c
      5 MAN=	bootptest.8
      6 
      7 .include <bsd.prog.mk>
      8 
      9 .if defined(HAVE_GCC) || defined(HAVE_PCC)
     10 COPTS.print-bootp.c+=	-Wno-pointer-sign
     11 .endif
     12