blob: 95f99f1e112d5da82bc671da69e9fd50413f9880 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Makefile
# $Id: Makefile,v 1.3 1995/09/28 17:33:16 bde Exp $
PROG= bootptest
MAN8= bootptest.8
SRCS= bootptest.c getether.c getif.c print-bootp.c report.c
SRCDIR= ${.CURDIR}/../..
CFLAGS+=-I${SRCDIR}
.PATH: ${SRCDIR}
.include <bsd.prog.mk>
|