Move llib-lstdc to llib-lc since that's what lint expects.

This commit is contained in:
Paul Richards 1996-03-24 20:03:46 +00:00
parent e2304a633b
commit 215b228037
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14799
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.2 1995/07/03 21:25:05 cgd Exp $
#LIBS= llib-lposix.ln llib-lstdc.ln
LIBS= llib-lstdc.ln
LIBS= llib-lc.ln
all: ${LIBS}
@ -15,7 +15,7 @@ clean cleanall:
llib-lposix.ln: llib-lposix
lint -Cposix ${.ALLSRC}
llib-lstdc.ln: llib-lstdc
lint -Cstdc ${.ALLSRC}
llib-lc.ln: llib-lc
lint -Cc ${.ALLSRC}
.include <bsd.prog.mk>