mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
12 lines
249 B
Makefile
12 lines
249 B
Makefile
# Makefile
|
|
# $Id: Makefile,v 1.2 1995/05/30 05:45:51 rgrimes 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>
|