diff options
author | Yuri Pankov <yuri.pankov@nexenta.com> | 2017-05-31 04:42:39 +0300 |
---|---|---|
committer | Gordon Ross <gwr@nexenta.com> | 2017-06-08 08:58:44 -0400 |
commit | e96f841955c0305f457b111a667cc536d1eba3d0 (patch) | |
tree | 1bb7a1841cc52d096490d9bd26cd953a2c4c4e26 /usr/src/lib/libofmt/sparc | |
parent | 79809f9cf402f130667349b2d4007ecd65d63c6f (diff) | |
download | illumos-joyent-e96f841955c0305f457b111a667cc536d1eba3d0.tar.gz |
8306 provide ofmt routines in public libofmt library and document them
Reviewed by: Andy Stormont <astormont@racktopsystems.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Reviewed by: Jason King <jason.brian.king@gmail.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Gordon Ross <gwr@nexenta.com>
Diffstat (limited to 'usr/src/lib/libofmt/sparc')
-rw-r--r-- | usr/src/lib/libofmt/sparc/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/usr/src/lib/libofmt/sparc/Makefile b/usr/src/lib/libofmt/sparc/Makefile new file mode 100644 index 0000000000..d00779a2ee --- /dev/null +++ b/usr/src/lib/libofmt/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 2017 Nexenta Systems, Inc. +# + +include ../Makefile.com + +install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) |