Makefile (1d4b38e0) Makefile (7014882c)
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

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

18#
19# CDDL HEADER END
20#
21
22#
23# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
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

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

18#
19# CDDL HEADER END
20#
21
22#
23# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
26# ident "%Z%%M% %I% %E% SMI"
26
27#
28# Makefile definitions for sun4v DR Daemon (drd)
29#
30
31PROG= drd
32MANIFEST= drd.xml
33SVCMETHOD= svc-drd
34

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

58# FLAGS:
59#
60CPPFLAGS= -I$(SRC)/uts/sun4v $(CPPFLAGS.master) -D_REENTRANT
61
62LINT_FLAGS= -c -Nlevel=4 -Ncheck
63
64XGETFLAGS += -a -s -x $(PROG).xcl
65
27#
28# Makefile definitions for sun4v DR Daemon (drd)
29#
30
31PROG= drd
32MANIFEST= drd.xml
33SVCMETHOD= svc-drd
34

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

58# FLAGS:
59#
60CPPFLAGS= -I$(SRC)/uts/sun4v $(CPPFLAGS.master) -D_REENTRANT
61
62LINT_FLAGS= -c -Nlevel=4 -Ncheck
63
64XGETFLAGS += -a -s -x $(PROG).xcl
65
66CERRWARN += -_gcc=-Wno-parentheses
66
67
68
67#
68# LIBRARIES:
69#
70LDLIBS += -lkstat \
71 -lnvpair \
72 -lrcm
73
74.KEEP_STATE:

--- 20 unchanged lines hidden ---
69#
70# LIBRARIES:
71#
72LDLIBS += -lkstat \
73 -lnvpair \
74 -lrcm
75
76.KEEP_STATE:

--- 20 unchanged lines hidden ---