repo.or.cz
/
freebsd
/
src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unix: remove always true check from uipc_attach
[freebsd/src.git]
/
libexec
/
bootpd
/
bootpgw
/
Makefile
blob
c9b3feb04da6f559c558ccb37f9bc839771a8edf
1
# Makefile
2
3
PROG
=
bootpgw
4
MAN
=
5
SRCS
=
bootpgw.c getif.c hwaddr.c report.c rtmsg.c
6
7
SRCDIR
= ${
.CURDIR
}/
..
8
CFLAGS
+=-
I
${
SRCDIR
}
9
.PATH
: ${
SRCDIR
}
10
11
.
include
<
bsd.prog.mk
>