repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
HAMMER 59B/Many: Stabilization pass - fixes for large file issues
[dragonfly.git]
/
usr.sbin
/
dhcp
/
relay
/
Makefile
blob
af91945d1b61b4a73091d41da243a959812bf589
1
# $DragonFly: src/usr.sbin/dhcp/relay/Attic/Makefile,v 1.1 2005/01/04 19:58:54 joerg Exp $
2
3
.
include
"../Makefile.common"
4
5
PROG
=
dhcrelay
6
MAN
=
dhcrelay
.8
7
8
LDADD
= ${
LIBDHCP
} ${
LIBRES
} ${
LIBOMAPI
} ${
LIBDST
}
9
SRCS
=
dhcrelay.c
10
11
.
include
<
bsd.prog.mk
>