diff options
author | Dan McDonald <danmcd@sun.com> | 2008-08-13 15:09:36 -0400 |
---|---|---|
committer | Dan McDonald <danmcd@sun.com> | 2008-08-13 15:09:36 -0400 |
commit | c51cb4bc539e1650eb5bb4f805cc779bfce99c06 (patch) | |
tree | 2ad3c50b9a528910bded395be6f251b88777be09 /usr/src/lib/libipsecutil/sparc | |
parent | 7f606acec863be28b51fb0f694ca86b41ca76e6d (diff) | |
download | illumos-joyent-c51cb4bc539e1650eb5bb4f805cc779bfce99c06.tar.gz |
6728539 64-bit version of libipsecutil
Diffstat (limited to 'usr/src/lib/libipsecutil/sparc')
-rw-r--r-- | usr/src/lib/libipsecutil/sparc/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/usr/src/lib/libipsecutil/sparc/Makefile b/usr/src/lib/libipsecutil/sparc/Makefile index 338bed2181..a1e37fa4b9 100644 --- a/usr/src/lib/libipsecutil/sparc/Makefile +++ b/usr/src/lib/libipsecutil/sparc/Makefile @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -20,12 +19,9 @@ # CDDL HEADER END # # -# Copyright 2003 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.com -install: $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) -$(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT): all +install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) |