diff options
| author | Robert Mustacchi <rm@joyent.com> | 2014-07-24 00:06:24 +0000 |
|---|---|---|
| committer | Andy Fiddaman <omnios@citrus-it.co.uk> | 2021-11-03 09:48:48 +0000 |
| commit | 6e2462f93bf3de7b08885a4677464e11be3c807b (patch) | |
| tree | fe72b5405f3c0412ebcd028d3b4547524e37422c /usr/src/lib/librename/amd64 | |
| parent | 99e6398ed34e1943640f382fec1971ba1ecc2f99 (diff) | |
| download | illumos-joyent-6e2462f93bf3de7b08885a4677464e11be3c807b.tar.gz | |
14196 Want librename
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Yuri Pankov <ypankov@tintri.com>
Reviewed by: Andy Fiddaman <andy@omnios.org>
Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Diffstat (limited to 'usr/src/lib/librename/amd64')
| -rw-r--r-- | usr/src/lib/librename/amd64/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/usr/src/lib/librename/amd64/Makefile b/usr/src/lib/librename/amd64/Makefile new file mode 100644 index 0000000000..e03ee6aac6 --- /dev/null +++ b/usr/src/lib/librename/amd64/Makefile @@ -0,0 +1,19 @@ +# +# 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 +include ../../Makefile.lib.64 + +install: all $(ROOTLIBS64) $(ROOTLINKS64) |
