xref: /illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/Makefile (revision 93bc28dbaee6387120d48b12b3dc1ba5f7418e6e)
1b819cea2SGordon Ross#
2b819cea2SGordon Ross# CDDL HEADER START
3b819cea2SGordon Ross#
4b819cea2SGordon Ross# The contents of this file are subject to the terms of the
5b819cea2SGordon Ross# Common Development and Distribution License (the "License").
6b819cea2SGordon Ross# You may not use this file except in compliance with the License.
7b819cea2SGordon Ross#
8b819cea2SGordon Ross# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9b819cea2SGordon Ross# or http://www.opensolaris.org/os/licensing.
10b819cea2SGordon Ross# See the License for the specific language governing permissions
11b819cea2SGordon Ross# and limitations under the License.
12b819cea2SGordon Ross#
13b819cea2SGordon Ross# When distributing Covered Code, include this CDDL HEADER in each
14b819cea2SGordon Ross# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15b819cea2SGordon Ross# If applicable, add the following below this CDDL HEADER, with the
16b819cea2SGordon Ross# fields enclosed by brackets "[]" replaced with your own identifying
17b819cea2SGordon Ross# information: Portions Copyright [yyyy] [name of copyright owner]
18b819cea2SGordon Ross#
19b819cea2SGordon Ross# CDDL HEADER END
20b819cea2SGordon Ross#
21b819cea2SGordon Ross#
22b819cea2SGordon Ross# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
23b819cea2SGordon Ross# Use is subject to license terms.
24b819cea2SGordon Ross#
25*93bc28dbSGordon Ross# Copyright 2017 Nexenta Systems, Inc.  All rights reserved.
26b819cea2SGordon Ross#
27b819cea2SGordon Ross
28b819cea2SGordon Rossinclude ../Makefile.smbsrv
29*93bc28dbSGordon Ross
30*93bc28dbSGordon RossCLOBBERFILES +=  common/fksmb_dt.h
31*93bc28dbSGordon Rossall: install_h
32*93bc28dbSGordon Rossinstall_h: common/fksmb_dt.h
33*93bc28dbSGordon Rosscommon/fksmb_dt.h : common/fksmb_dt.d
34*93bc28dbSGordon Ross	$(DTRACE) -xnolibs -h -o $@ -s common/fksmb_dt.d
35