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
48include ../../Makefile.ctf
49
50MANIFEST= server.xml
51SVCMETHOD= svc-smbd
52LOGDLL= eventlog.dll
53
54ROOTMANIFESTDIR = $(ROOTSVCSMB)
55ROOTVARSMBDLLDIR = $(ROOTVARSMB)/cvol/windows/system32
56ROOTVARSMBDLL= $(LOGDLL:%=$(ROOTVARSMBDLLDIR)/%)

--- 65 unchanged lines hidden ---