Sync usage with man page.
[netbsd-mini2440.git] / libexec / bootpd / bootptest / Makefile
blob9f86de30e58989f2d9c237b4a6c6ec9aa9958a68
1 # bootp/bootptest/Makefile
2 # $Id: Makefile,v 1.1 1994/05/27 21:46:38 gwr Exp $
4 PROG= bootptest
6 SRCS= bootptest.c print-bootp.c getif.c getether.c report.c
7 CFLAGS+= -DBOOTPTEST
9 MAN8= bootptest.0
11 # XXXX
12 BINDIR?= /usr/sbin
14 .include <bsd.prog.mk>