Makefile (020ee2dc9fb13a1004e1107b7382f3d074255f58) | Makefile (e5b5c66bcad3c6a5639669f734a19ec37d1ed0ff) |
---|---|
1# Makefile 2# $FreeBSD$ 3 4PROG= bootpef | 1# Makefile 2# $FreeBSD$ 3 4PROG= bootpef |
5MAN= bootpef.8 |
|
5SRCS= bootpef.c dovend.c readfile.c hash.c dumptab.c lookup.c \ 6 hwaddr.c report.c tzone.c rtmsg.c 7 8SRCDIR= ${.CURDIR}/../.. 9CFLAGS+=-I${SRCDIR} 10.PATH: ${SRCDIR} 11 12.include <bsd.prog.mk> | 6SRCS= bootpef.c dovend.c readfile.c hash.c dumptab.c lookup.c \ 7 hwaddr.c report.c tzone.c rtmsg.c 8 9SRCDIR= ${.CURDIR}/../.. 10CFLAGS+=-I${SRCDIR} 11.PATH: ${SRCDIR} 12 13.include <bsd.prog.mk> |