Makefile (bb25c06c) Makefile (f4b3ec61)
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

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

15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# uts/intel/ipsecesp/Makefile
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

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

15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# uts/intel/ipsecesp/Makefile
23# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
23# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
26#ident "%Z%%M% %I% %E% SMI"
27#
28# This makefile drives the production of the ipsecesp driver
29# kernel module.
30#
31# intel implementation architecture dependent

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

91
92clean.lint: $(CLEAN_LINT_DEPS)
93
94install: $(INSTALL_DEPS)
95
96$(ROOTLINK): $(ROOT_STRMOD_DIR) $(ROOTMODULE)
97 -$(RM) $@; ln $(ROOTMODULE) $@
98
24# Use is subject to license terms.
25#
26#ident "%Z%%M% %I% %E% SMI"
27#
28# This makefile drives the production of the ipsecesp driver
29# kernel module.
30#
31# intel implementation architecture dependent

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

91
92clean.lint: $(CLEAN_LINT_DEPS)
93
94install: $(INSTALL_DEPS)
95
96$(ROOTLINK): $(ROOT_STRMOD_DIR) $(ROOTMODULE)
97 -$(RM) $@; ln $(ROOTMODULE) $@
98
99sis_check: sis_check.obj
100sis_check.obj: $(ALL_DEPS)
101 @$(GREP) -v '#' $(MODULE).objt-symbols.obj64 |$(GREP) . |$(SORT) -u \
102 > $(MODULE).symbols.tmp
103 @$(NM) obj64/$(MODULE) |$(GREP) OBJT |$(GREP) -v UNDEF | \
104 $(CUT) -d'|' -f8 |$(SORT) -u > $(MODULE).symbols.tmp.new
105 -@$(DIFF) $(MODULE).symbols.tmp $(MODULE).symbols.tmp.new
106
99#
100# Include common targets.
101#
102include $(UTSBASE)/intel/Makefile.targ
107#
108# Include common targets.
109#
110include $(UTSBASE)/intel/Makefile.targ