xref: /netbsd-src/usr.sbin/bootp/bootptest/Makefile (revision d536862b7d93d77932ef5de7eebdc48d76921b77)
1#	$NetBSD: Makefile,v 1.5 2012/08/10 12:10:28 joerg Exp $
2
3PROG=	bootptest
4SRCS=	bootptest.c print-bootp.c getether.c
5MAN=	bootptest.8
6
7COPTS.print-bootp.c+=	-Wno-pointer-sign
8
9.include <bsd.prog.mk>
10