diff options
Diffstat (limited to 'usr/src')
| -rw-r--r-- | usr/src/cmd/ipf/tools/Makefile.tools | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/usr/src/cmd/ipf/tools/Makefile.tools b/usr/src/cmd/ipf/tools/Makefile.tools index 4b171b1b6a..71f81169f1 100644 --- a/usr/src/cmd/ipf/tools/Makefile.tools +++ b/usr/src/cmd/ipf/tools/Makefile.tools @@ -19,12 +19,9 @@ # CDDL HEADER END # # -# Copyright 2008 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# -# ident "%Z%%M% %I% %E% SMI" -# PROG= ipf ipfs ipmon ipnat ippool ipfstat IPFPROG= ipftest @@ -227,13 +224,19 @@ clean: lint: lint_SRCS -%.o: $(SRC)/uts/common/inet/ipf/%.c +# +# NOTE: all rules must use relative paths otherwise absolute paths will be +# embedded into the binaries making them false positives and +# reported by wsdiff +# + +%.o: ../../../../uts/common/inet/ipf/%.c $(COMPILE.c) $< %.o: ../%.c $(COMPILE.c) $< -%.o: $(SRC)/common/net/patricia/%.c +%.o: ../../../../common/net/patricia/%.c $(COMPILE.c) $< include ../../../Makefile.targ |
