From 75ed7236f159ac81e1dcd5fa81681d9f5bb36396 Mon Sep 17 00:00:00 2001 From: sheldonh Date: Fri, 14 Jan 2000 10:02:27 +0000 Subject: Populate /usr/libdata/lint again. David Malone is responsible for getting me to look at the NetBSD makefiles. :-) Obtained from: NetBSD --- usr.bin/xlint/Makefile | 3 ++- usr.bin/xlint/llib/Makefile | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'usr.bin/xlint') diff --git a/usr.bin/xlint/Makefile b/usr.bin/xlint/Makefile index 69338b7..e0f9308 100644 --- a/usr.bin/xlint/Makefile +++ b/usr.bin/xlint/Makefile @@ -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 diff --git a/usr.bin/xlint/llib/Makefile b/usr.bin/xlint/llib/Makefile index bf87315..b0d43b3 100644 --- a/usr.bin/xlint/llib/Makefile +++ b/usr.bin/xlint/llib/Makefile @@ -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 -- cgit v1.1