Home | History | Annotate | Line # | Download | only in bootptest
      1 #	$NetBSD: Makefile,v 1.5 2012/08/10 12:10:28 joerg Exp $
      2 
      3 PROG=	bootptest
      4 SRCS=	bootptest.c print-bootp.c getether.c
      5 MAN=	bootptest.8
      6 
      7 COPTS.print-bootp.c+=	-Wno-pointer-sign
      8 
      9 .include <bsd.prog.mk>
     10