Sync usage with man page.
[netbsd-mini2440.git] / libexec / bootpd / bootpef / Makefile
blobf432da34b0824683c89925525199b9299fc46db0
1 # bootp/bootpef/Makefile
2 # $Id: Makefile,v 1.1 1994/05/27 21:46:37 gwr Exp $
4 PROG= bootpef
6 SRCS= bootpef.c dovend.c readfile.c hash.c dumptab.c \
7 lookup.c hwaddr.c report.c tzone.c
9 MAN8= bootpef.0
11 # XXXX
12 BINDIR?= /usr/sbin
14 .include <bsd.prog.mk>