diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2014-12-23 15:59:39 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2014-12-23 15:59:39 +0000 |
commit | 7559f59bb4c3691722b46b2a0e0ede29e8f4a777 (patch) | |
tree | 6cc3316c468e09ff9cc758026a5965b847835caf /usr/src/cmd/zoneadmd/Makefile.com | |
parent | 6cc95dc1252c4c529be1b7da28efe7dc6918924a (diff) | |
download | illumos-joyent-7559f59bb4c3691722b46b2a0e0ede29e8f4a777.tar.gz |
OS-3524 in order to support interaction with docker containers, need to be able to connect to stdio for init from GZ
OS-3525 in order to support 'docker logs' need to be able to get stdio from zone to log file
Diffstat (limited to 'usr/src/cmd/zoneadmd/Makefile.com')
-rw-r--r-- | usr/src/cmd/zoneadmd/Makefile.com | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/zoneadmd/Makefile.com b/usr/src/cmd/zoneadmd/Makefile.com index 162d1f0219..c8becc3e8c 100644 --- a/usr/src/cmd/zoneadmd/Makefile.com +++ b/usr/src/cmd/zoneadmd/Makefile.com @@ -20,7 +20,7 @@ # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. -# Copyright (c) 2011, Joyent, Inc. All rights reserved. +# Copyright 2014, Joyent, Inc. All rights reserved. # PROG= zoneadmd @@ -30,7 +30,7 @@ include ../../Makefile.ctf ROOTCMDDIR= $(ROOTLIB)/zones -OBJS= zoneadmd.o zcons.o vplat.o mcap.o +OBJS= zoneadmd.o zcons.o zfd.o vplat.o mcap.o CFLAGS += $(CCVERBOSE) LDLIBS += -lsocket -lzonecfg -lnsl -ldevinfo -ldevice -lnvpair \ |