Merge from vendor branch LESS:
[dragonfly.git] / contrib / smbfs / lib / Makefile
1 # $Id: Makefile,v 1.5 2001/02/24 15:56:04 bp Exp $
2
3 .ifmake !clean && !cleandepend
4 .include "../config.int"
5 .endif
6
7 #.if defined(COMPLETEBUILD) || !exists(/usr/lib/libnls.a)
8 #SUBDIR+= nls
9 #.endif
10
11 #.if defined(COMPLETEBUILD) || !exists(/usr/lib/libnb.a)
12 #SUBDIR+= nb
13 #.endif
14
15 .if defined(COMPLETEBUILD) || !exists(/usr/lib/libsmb.a)
16 SUBDIR+= smb
17 .endif
18
19 deinstall install-lib deinstall-lib install-src deinstall-src: _SUBDIRUSE
20
21 .include <bsd.subdir.mk>