diff options
author | Alexander Pyhalov <apyhalov@gmail.com> | 2013-11-05 23:57:42 +0400 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2013-12-10 18:48:02 -0800 |
commit | 9584cebb1c69707f4c67306b661c2ed47d8676f1 (patch) | |
tree | 488d654d68a8f14fab21fad75a05af7fe41dd5a5 /usr/src/lib/libwrap/amd64 | |
parent | f38cb554a534c6df738be3f4d23327e69888e634 (diff) | |
download | illumos-joyent-9584cebb1c69707f4c67306b661c2ed47d8676f1.tar.gz |
1666 libwrap is 32bit only
Reviewed by: Andrew Stormont <andyjstormont@gmail.com>
Reviewed by: Garrett D'Amore <garrett.damore@dey-sys.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/lib/libwrap/amd64')
-rw-r--r-- | usr/src/lib/libwrap/amd64/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/usr/src/lib/libwrap/amd64/Makefile b/usr/src/lib/libwrap/amd64/Makefile new file mode 100644 index 0000000000..48f15f5d2d --- /dev/null +++ b/usr/src/lib/libwrap/amd64/Makefile @@ -0,0 +1,11 @@ +# +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. +# +# Copyright 2011 Nexenta Systems, Inc. All rights reserved. +# + +include ../Makefile.com +include $(SRC)/lib/Makefile.lib.64 + +install: all $(ROOTLIBS64) .WAIT $(ROOTLINKS64) $(ROOTLINT) |