Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / libexec / bootpd / tools / bootpef / Makefile
1 # Makefile
2 # $FreeBSD: src/libexec/bootpd/tools/bootpef/Makefile,v 1.4.2.1 2001/04/25 10:40:50 ru Exp $
3 # $DragonFly: src/libexec/bootpd/tools/bootpef/Makefile,v 1.2 2003/06/17 04:27:07 dillon Exp $
4
5 PROG=   bootpef
6 MAN=    bootpef.8
7 SRCS=   bootpef.c dovend.c readfile.c hash.c dumptab.c lookup.c \
8         hwaddr.c report.c tzone.c rtmsg.c
9
10 SRCDIR= ${.CURDIR}/../..
11 CFLAGS+=-I${SRCDIR}
12 .PATH:  ${SRCDIR}
13
14 .include <bsd.prog.mk>