1--- /dev/null Sat Aug 6 14:00:00 2005 2+++ Makefile.FreeBSD Sat Aug 6 14:00:04 2005 3@@ -0,0 +1,42 @@ 4+# 5+# CDDL HEADER START 6+# 7+# The contents of this file are subject to the terms 8+# of the Common Development and Distribution License 9+# (the "License"). You may not use this file except 10+# in compliance with the License. 11+# 12+# You can obtain a copy of the license at 13+# src/OPENSOLARIS.LICENSE 14+# or http://www.opensolaris.org/os/licensing. 15+# See the License for the specific language governing 16+# permissions and limitations under the License. 17+# 18+# When distributing Covered Code, include this CDDL 19+# HEADER in each file and include the License file at 20+# usr/src/OPENSOLARIS.LICENSE. If applicable, 21+# add the following below this CDDL HEADER, with the 22+# fields enclosed by brackets "[]" replaced with your 23+# own identifying information: Portions Copyright [yyyy] 24+# [name of copyright owner] 25+# 26+# CDDL HEADER END 27+# 28+ 29+# 30+# Copyright 2005 Sun Microsystems, Inc. All rights reserved. 31+# Use is subject to license terms. 32+# 33+# ident "@(#)Makefile.FreeBSD 1.5 05/08/04 SMI" 34+# 35+ 36+#CFLAGS= -O -DUSE_SEMOP 37+CPPFLAGS= -D_REENTRANT 38+MATHLIB= -lm 39+ 40+ELIDED_BENCHMARKS= \ 41+ cachetocache \ 42+ atomic 43+ 44+ 45+include ../Makefile.com 46