repo.or.cz
/
dragonfly
/
vkernel-mp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use .Va for errno.
[dragonfly/vkernel-mp.git]
/
usr.sbin
/
dhcp
/
Makefile.common
blob
78d6a121803d995ed317f5f6c1e94adff0096791
1
# $DragonFly: src/usr.sbin/dhcp/Makefile.common,v 1.1 2005/01/04 20:58:53 joerg Exp $
2
3
DIST_DIR= ${.CURDIR}/../../../contrib/dhcp-3.0
4
CURSUBDIR?= ${.CURDIR:C|^.*/||}
5
CONTRIBDIR= ${DIST_DIR}/${CURSUBDIR}
6
DHCLIENT_DIR= ../../sbin/dhclient
7
8
.PATH: ${CONTRIBDIR}