Build dhcpinfo
This commit is contained in:
parent
e14f4a5dce
commit
5665fbc46d
|
@ -1,3 +1,9 @@
|
|||
dhcpagent (2.10-4) UNRELEASED; urgency=low
|
||||
|
||||
* Build dhcpinfo
|
||||
|
||||
-- Igor Pashev <pashev.igor@gmail.com> Wed, 13 Mar 2013 15:53:21 +0000
|
||||
|
||||
dhcpagent (2.10-3) unstable; urgency=low
|
||||
|
||||
* Patch the libdhcpagent library to serialize
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
sbin/dhcpagent
|
||||
etc/default/dhcpagent
|
||||
sbin/dhcpagent
|
||||
sbin/dhcpinfo
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
usr/src/man/man1m/dhcpagent.1m
|
||||
usr/src/man/man1/dhcpinfo.1
|
||||
|
|
|
@ -11,7 +11,9 @@ libdhcpagent \
|
|||
# Order is important:
|
||||
libs := $(libs_headers) \
|
||||
|
||||
cmd := cmd-inet/sbin/dhcpagent
|
||||
cmd := \
|
||||
cmd-inet/sbin/dhcpagent \
|
||||
cmd-inet/sbin/dhcpinfo
|
||||
|
||||
unpack: unpack-stamp
|
||||
unpack-stamp:
|
||||
|
@ -19,7 +21,8 @@ unpack-stamp:
|
|||
dh_illumos_gate --build \
|
||||
$(libs:%=usr/src/lib/%) \
|
||||
$(cmd:%=usr/src/cmd/%) \
|
||||
usr/src/man/man1m/dhcpagent.1m
|
||||
usr/src/man/man1m/dhcpagent.1m \
|
||||
usr/src/man/man1/dhcpinfo.1
|
||||
|
||||
# Not used and buggy:
|
||||
echo > usr/src/Makefile.msg.targ
|
||||
|
|
Loading…
Reference in New Issue