diff options
author | Robert Mustacchi <rm@joyent.com> | 2014-07-24 00:06:24 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2015-02-23 19:44:33 +0000 |
commit | a18fa3116243d9a97e5e1a0a0b19e8c2e59d3567 (patch) | |
tree | 0d45e5e7932112a121e4c5dc9dec590abea3d6e3 /usr/src/lib/librename/sparc | |
parent | b6284766c835b548fe13972e6ea9bb5a7a077aa3 (diff) | |
download | illumos-joyent-a18fa3116243d9a97e5e1a0a0b19e8c2e59d3567.tar.gz |
OS-3894 want librename
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Diffstat (limited to 'usr/src/lib/librename/sparc')
-rw-r--r-- | usr/src/lib/librename/sparc/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/usr/src/lib/librename/sparc/Makefile b/usr/src/lib/librename/sparc/Makefile new file mode 100644 index 0000000000..41e699e8f8 --- /dev/null +++ b/usr/src/lib/librename/sparc/Makefile @@ -0,0 +1,18 @@ +# +# This file and its contents are supplied under the terms of the +# Common Development and Distribution License ("CDDL"), version 1.0. +# You may only use this file in accordance with the terms of version +# 1.0 of the CDDL. +# +# A full copy of the text of the CDDL should have accompanied this +# source. A copy of the CDDL is also available via the Internet at +# http://www.illumos.org/license/CDDL. +# + +# +# Copyright (c) 2014 Joyent, Inc. All rights reserved. +# + +include ../Makefile.com + +install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) |