Deleted Added
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

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

40 smbd_share_doorsvc.o \
41 smbd_spool.o \
42 smbd_syslog.o \
43 smbd_vss.o
44
45SRCS= $(OBJS:%.o=%.c)
46
47include ../../Makefile.cmd
48
49MANIFEST= server.xml
50SVCMETHOD= svc-smbd
51LOGDLL= eventlog.dll
52
53ROOTMANIFESTDIR = $(ROOTSVCSMB)
54ROOTVARSMBDLLDIR = $(ROOTVARSMB)/cvol/windows/system32
55ROOTVARSMBDLL= $(LOGDLL:%=$(ROOTVARSMBDLLDIR)/%)

--- 65 unchanged lines hidden ---