blob: 254dacb5cadc49c2e5e99459744fdfadfdc6a013 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $OpenBSD: Makefile,v 1.2 1997/09/21 11:43:27 deraadt Exp $
PROG= bootptest
SRCDIR= ${.CURDIR}/../bootpd
CFLAGS+= -I${SRCDIR}
.PATH: ${SRCDIR}
SRCS= bootptest.c print-bootp.c getif.c getether.c report.c
MAN= bootptest.8
.include <bsd.prog.mk>
|