Add bootpgw makefile
This commit is contained in:
parent
d1c0e75921
commit
0490e2a765
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 New Issue
Block a user