1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 16 unchanged lines hidden (view full) ---

25# Copyright 2019 Nexenta by DDN, Inc. All rights reserved.
26# Copyright (c) 2018, Joyent, Inc.
27#
28
29PROG= smbadm
30SRCS= smbadm.c
31
32include ../../Makefile.cmd
33include ../../Makefile.ctf
34include ../Makefile.smbsrv.defs
35
36LDLIBS += -L$(ROOT)/usr/lib/smbsrv -lsmb -lsmbns -lsecdb -lumem
37LDFLAGS += -R/usr/lib/smbsrv
38
39.KEEP_STATE:
40
41SMOFF += free

--- 15 unchanged lines hidden ---