summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint/llib
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-01-14 10:02:27 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-01-14 10:02:27 +0000
commit75ed7236f159ac81e1dcd5fa81681d9f5bb36396 (patch)
tree07ea29d549038948fe6d32642ae7b8d64c956f0d /usr.bin/xlint/llib
parent8144b5842a4ac7231088e67b13ec30180dfb8118 (diff)
downloadFreeBSD-src-75ed7236f159ac81e1dcd5fa81681d9f5bb36396.zip
FreeBSD-src-75ed7236f159ac81e1dcd5fa81681d9f5bb36396.tar.gz
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
Diffstat (limited to 'usr.bin/xlint/llib')
-rw-r--r--usr.bin/xlint/llib/Makefile6
1 files changed, 3 insertions, 3 deletions
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 <bsd.prog.mk>
OpenPOWER on IntegriCloud