Build dhcpinfo

This commit is contained in:
Igor Pashev 2013-03-13 15:53:37 +00:00
parent e14f4a5dce
commit 5665fbc46d
4 changed files with 14 additions and 3 deletions

View File

@ -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

View File

@ -1,2 +1,3 @@
sbin/dhcpagent
etc/default/dhcpagent
sbin/dhcpagent
sbin/dhcpinfo

View File

@ -1 +1,2 @@
usr/src/man/man1m/dhcpagent.1m
usr/src/man/man1/dhcpinfo.1

View File

@ -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