diff options
| author | Theo Schlossnagle <jesus@omniti.com> | 2012-12-06 16:29:54 -0800 |
|---|---|---|
| committer | Christopher Siden <chris.siden@delphix.com> | 2012-12-10 13:18:44 -0800 |
| commit | f5c2e7ea56aaa46a9976476fb0cb1f02b9426f07 (patch) | |
| tree | 5a3b322aa6ed0ad907652c7290b13bc2f0e0a9ed /usr/src/lib/libfstyp/Makefile | |
| parent | d583b39bfb4e2571d3e41097c5c357ffe353ad45 (diff) | |
| download | illumos-joyent-f5c2e7ea56aaa46a9976476fb0cb1f02b9426f07.tar.gz | |
3352 would like 64bit install libraries
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Christopher Siden <chris.siden@delphix.com>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/lib/libfstyp/Makefile')
| -rw-r--r-- | usr/src/lib/libfstyp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libfstyp/Makefile b/usr/src/lib/libfstyp/Makefile index b9cf46e1eb..1878db324c 100644 --- a/usr/src/lib/libfstyp/Makefile +++ b/usr/src/lib/libfstyp/Makefile @@ -21,8 +21,7 @@ # # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. -# -# ident "%Z%%M% %I% %E% SMI" +# Copyright 2012 OmniTI Computer Consulting, Inc. All rights reserved. # include ../Makefile.lib @@ -32,6 +31,7 @@ HDRS= libfstyp.h libfstyp_module.h HDRDIR= common SUBDIRS= $(MACH) +$(BUILD64)SUBDIRS += $(MACH64) all := TARGET= all install := TARGET= install |
