Makefile (b819cea2f73f98c5662230cc9affc8cc84f77fcf) | Makefile (ac29b594b43c0e9b5cc7656b662ca9f359b36a46) |
---|---|
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 --- 20 unchanged lines hidden (view full) --- 29SUBDIRS = \ 30 libfksmbsrv \ 31 libmlsvc \ 32 libmlrpc \ 33 libsmb \ 34 libsmbns \ 35 libsmbrp 36 | 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 --- 20 unchanged lines hidden (view full) --- 29SUBDIRS = \ 30 libfksmbsrv \ 31 libmlsvc \ 32 libmlrpc \ 33 libsmb \ 34 libsmbns \ 35 libsmbrp 36 |
37include ./Makefile.subdirs 38 |
|
37libmlrpc: libsmb 38libsmbns: libsmb 39libmlsvc: libsmb libmlrpc libsmbns 40libfksmbsrv: libsmb | 39libmlrpc: libsmb 40libsmbns: libsmb 41libmlsvc: libsmb libmlrpc libsmbns 42libfksmbsrv: libsmb |
41 42include ./Makefile.subdirs | |