Sync usage with man page.
[netbsd-mini2440.git] / usr.sbin / bootp / bootptest / Makefile
blobc5d920e2bf4955f0ef25e5d421f9c0a50fdab4ba
1 # $NetBSD: Makefile,v 1.2 2006/05/11 23:16:30 mrg Exp $
3 PROG= bootptest
4 SRCS= bootptest.c print-bootp.c getether.c
5 MAN= bootptest.8
7 .include <bsd.prog.mk>
9 .if (defined(HAVE_GCC) && ${HAVE_GCC} == 4) || defined(HAVE_PCC)
10 COPTS.print-bootp.c+= -Wno-pointer-sign
11 .endif