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