mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add bootpgw makefile
This commit is contained in:
parent
d1c0e75921
commit
0490e2a765
1 changed files with 12 additions and 0 deletions
12
libexec/bootpd/bootpgw/Makefile
Normal file
12
libexec/bootpd/bootpgw/Makefile
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Makefile
|
||||
# $Id: Makefile,v 1.1.1.1 1994/09/30 05:43:13 pst Exp $
|
||||
|
||||
PROG= bootpgw
|
||||
NOMAN= true
|
||||
SRCS= bootpgw.c getif.c hwaddr.c report.c rtmsg.c
|
||||
|
||||
SRCDIR= ${.CURDIR}/..
|
||||
CFLAGS+=-I${SRCDIR}
|
||||
.PATH: ${SRCDIR}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
Loading…
Reference in a new issue