Makefile (7014882c) Makefile (494f7e12)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 19 unchanged lines hidden (view full) ---

28
29include ../../Makefile.cmd
30
31ROOTCMDDIR = $(ROOTLIB)/zones
32ROOTMANIFESTDIR = $(ROOTSVCSYSTEM)
33
34SRCS = zonestatd.c
35
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 19 unchanged lines hidden (view full) ---

28
29include ../../Makefile.cmd
30
31ROOTCMDDIR = $(ROOTLIB)/zones
32ROOTMANIFESTDIR = $(ROOTSVCSYSTEM)
33
34SRCS = zonestatd.c
35
36CPPFLAGS += -I/usr/include/libxml2
36CPPFLAGS += -I$(ADJUNCT_PROTO)/usr/include/libxml2
37LDLIBS += -lkstat -lpool -lexacct -lscf \
38 -lcontract -lcmdutils -lumem
39
40LINTFLAGS += -u
41CERRWARN += -_gcc=-Wno-parentheses
42CERRWARN += -_gcc=-Wno-unused-label
43CERRWARN += -_gcc=-Wno-uninitialized
44

--- 18 unchanged lines hidden ---
37LDLIBS += -lkstat -lpool -lexacct -lscf \
38 -lcontract -lcmdutils -lumem
39
40LINTFLAGS += -u
41CERRWARN += -_gcc=-Wno-parentheses
42CERRWARN += -_gcc=-Wno-unused-label
43CERRWARN += -_gcc=-Wno-uninitialized
44

--- 18 unchanged lines hidden ---