22 lines
454 B
Makefile
22 lines
454 B
Makefile
|
# $Id: Makefile,v 1.5 2001/02/24 15:56:04 bp Exp $
|
||
|
|
||
|
.ifmake !clean && !cleandepend
|
||
|
.include "../config.int"
|
||
|
.endif
|
||
|
|
||
|
#.if defined(COMPLETEBUILD) || !exists(/usr/lib/libnls.a)
|
||
|
#SUBDIR+= nls
|
||
|
#.endif
|
||
|
|
||
|
#.if defined(COMPLETEBUILD) || !exists(/usr/lib/libnb.a)
|
||
|
#SUBDIR+= nb
|
||
|
#.endif
|
||
|
|
||
|
.if defined(COMPLETEBUILD) || !exists(/usr/lib/libsmb.a)
|
||
|
SUBDIR+= smb
|
||
|
.endif
|
||
|
|
||
|
deinstall install-lib deinstall-lib install-src deinstall-src: _SUBDIRUSE
|
||
|
|
||
|
.include <bsd.subdir.mk>
|