3 # The contents of this file are subject to the terms of the
4 # Common Development and Distribution License (the "License").
5 # You may not use this file except in compliance with the License.
7 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8 # or http://www.opensolaris.org/os/licensing.
9 # See the License for the specific language governing permissions
10 # and limitations under the License.
12 # When distributing Covered Code, include this CDDL HEADER in each
13 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
14 # If applicable, add the following below this CDDL HEADER, with the
15 # fields enclosed by brackets "[]" replaced with your own identifying
16 # information: Portions Copyright [yyyy] [name of copyright owner]
21 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
22 # Use is subject to license terms.
25 # must be before include of Makefile.cmd
26 DYNPROG
= nscadm nskernd
28 include ..
/..
/Makefile.cmd
29 include ..
/Makefile.com
33 OBJS
= nscadm.o nskernd.o
35 POFILES
= $(OBJS
:%.o
=%.po
)
37 nscadm
:= POBJS
= nscadm.o
38 nskernd
:= POBJS
= nskernd.o
41 CPPFLAGS
+= -DBUILD_REV_STR
='"5.11"'
42 NSCADM_LDLIBS
= -lnsctl
43 NSKERND_LDLIBS
= -lnsctl
-ldscfg
44 LINTFLAGS
+= -Xa
-n
-s
-x
-m
-u
-Dlint
-errhdr
=%user
-DDEBUG
45 LINTDIR
= $(KBASE
)/lintdir
47 LFILE
= $(LINTDIR
)/nsctl.ln
48 ROOTLIBLINK
= $(ROOTLIB
)/nskernd
49 ROOTSBINLINK
= $(ROOTUSRSBIN
)/nscadm
52 install := TARGET
= install
53 clean := TARGET
= clean
54 clobber := TARGET
= clobber
57 nscadm
:= LDLIBS
+= $(NSCADM_LDLIBS
)
58 nskernd
:= LDLIBS
+= $(NSKERND_LDLIBS
)
64 all: $(PROG
) $(POFILES
)
66 install: all $(ROOTPROG
) $(ROOTBIN
)/nskernd
$(ROOTLIBLINK
) $(ROOTSBINLINK
)
74 $(LINK.c
) $(POBJS
) -o
$@
$(LDLIBS
)
79 $(CAT
) $(POFILES
) > $@
81 $(ROOTLIBLINK
): $(ROOTLIB
) $(ROOTBIN
)/nskernd
82 -$(RM
) $@
; $(LN
) $(ROOTBIN
)/nskernd
$@
84 $(ROOTSBINLINK
): $(ROOTUSRSBIN
) $(ROOTPROG
)
85 -$(RM
) $@
; $(LN
) $(ROOTBIN
)/nscadm
$@
87 include ..
/..
/Makefile.targ