blob: 48f15f5d2d9e54fa50dc459aa57dc8afc792e3b1 (
plain)
1
2
3
4
5
6
7
8
9
10
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)
|