2013-04-06 16:48:33 +02:00

10 lines
200 B
Makefile

# $NetBSD: Makefile,v 1.5 2012/08/10 12:10:28 joerg Exp $
PROG= bootptest
SRCS= bootptest.c print-bootp.c getether.c
MAN= bootptest.8
COPTS.print-bootp.c+= -Wno-pointer-sign
.include <bsd.prog.mk>