mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Populate /usr/libdata/lint again. David Malone <dwmalone@maths.tcd.ie>
is responsible for getting me to look at the NetBSD makefiles. :-) Obtained from: NetBSD
This commit is contained in:
parent
b243983f32
commit
76f1a3e75f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55961
2 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.2 1995/07/03 21:23:45 cgd Exp $
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR= lint1 lint2 xlint #llib
|
||||
SUBDIR= lint1 lint2 xlint llib
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.2 1995/07/03 21:25:05 cgd Exp $
|
||||
# $FreeBSD$
|
||||
|
||||
#LIBS= llib-lposix.ln llib-lstdc.ln
|
||||
LIBS= llib-lstdc.ln
|
||||
LIBS= llib-lposix.ln llib-lstdc.ln
|
||||
|
||||
all: ${LIBS}
|
||||
|
||||
|
@ -16,6 +16,6 @@ llib-lposix.ln: llib-lposix
|
|||
lint -Cposix ${.ALLSRC}
|
||||
|
||||
llib-lstdc.ln: llib-lstdc
|
||||
lint -Cc ${.ALLSRC}
|
||||
lint -Cstdc ${.ALLSRC}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
Loading…
Reference in a new issue