| version 1.116, 1997/06/04 08:38:45 |
version 1.117, 1997/10/11 08:16:26 |
|
|
| # $NetBSD$ |
# $NetBSD$ |
| # @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94 |
# @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94 |
| |
|
| |
.if !target(__initialized__) |
| |
__initialized__: |
| .if exists(${.CURDIR}/../Makefile.inc) |
.if exists(${.CURDIR}/../Makefile.inc) |
| .include "${.CURDIR}/../Makefile.inc" |
.include "${.CURDIR}/../Makefile.inc" |
| .endif |
.endif |
| |
|
| .include <bsd.own.mk> |
.include <bsd.own.mk> |
| |
.include <bsd.obj.mk> |
| .MAIN: all |
.MAIN: all |
| |
.endif |
| |
|
| .PHONY: cleanlib libinstall |
.PHONY: cleanlib libinstall |
| realinstall: libinstall |
realinstall: libinstall |
| clean cleandir: cleanlib |
clean cleandir: cleanlib |
| Line 303 ${DESTDIR}${LINTLIBDIR}/llib-l${LIB}.ln: |
|
| Line 306 ${DESTDIR}${LINTLIBDIR}/llib-l${LIB}.ln: |
|
| .endif |
.endif |
| .endif |
.endif |
| |
|
| .if !defined(NOMAN) |
|
| .include <bsd.man.mk> |
.include <bsd.man.mk> |
| .endif |
|
| |
|
| .if !defined(NONLS) |
|
| .include <bsd.nls.mk> |
.include <bsd.nls.mk> |
| .endif |
|
| |
|
| .include <bsd.obj.mk> |
|
| .include <bsd.files.mk> |
.include <bsd.files.mk> |
| .include <bsd.inc.mk> |
.include <bsd.inc.mk> |
| .include <bsd.links.mk> |
.include <bsd.links.mk> |
| .include <bsd.dep.mk> |
.include <bsd.dep.mk> |
| .include <bsd.subdir.mk> |
|
| .include <bsd.sys.mk> |
.include <bsd.sys.mk> |
| |
|
| |
# Make sure all of the standard targets are defined, even if they do nothing. |
| |
lint regress: |