projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Flesh out BUF_CMD_FLUSH support.
[dragonfly.git]
/
sbin
/
dhclient
/
includes
/
Makefile
1
# $DragonFly: src/sbin/dhclient/includes/Attic/Makefile,v 1.1 2005/01/04 19:58:54 joerg Exp $
2
3
.include "${.CURDIR}/../Makefile.common"
4
5
CURSUBDIR= includes/
6
7
SRCS= dhcpd.h.patch osdep.h.patch
8
9
OBJS= ${SRCS:S/.patch//}
10
11
all: ${OBJS}
12
13
.include <bsd.prog.mk>