summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint/llib
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/xlint/llib')
-rw-r--r--usr.bin/xlint/llib/Makefile20
-rw-r--r--usr.bin/xlint/llib/llib-lposix2
-rw-r--r--usr.bin/xlint/llib/llib-lstdc2
3 files changed, 13 insertions, 11 deletions
diff --git a/usr.bin/xlint/llib/Makefile b/usr.bin/xlint/llib/Makefile
index 2e24c31..fe917d8 100644
--- a/usr.bin/xlint/llib/Makefile
+++ b/usr.bin/xlint/llib/Makefile
@@ -1,20 +1,22 @@
-# $NetBSD: Makefile,v 1.2 1995/07/03 21:25:05 cgd Exp $
+# $NetBSD: Makefile,v 1.7 2000/06/14 20:22:19 matt Exp $
+
+.include <bsd.own.mk>
LIBS= llib-lposix.ln llib-lstdc.ln
-all: ${LIBS}
+.if ${MKLINT} != "no"
+FILES= ${LIBS}
+FILESDIR= ${LINTLIBDIR}
-install:
- install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \
- ${LIBS} ${DESTDIR}${LINTLIBDIR}
+realall: ${LIBS}
+.endif
-clean cleanall:
- rm -f ${LIBS}
+CLEANFILES+= ${LIBS}
llib-lposix.ln: llib-lposix
- lint -Cposix ${.ALLSRC}
+ ${LINT} ${LINTFLAGS} -Cposix ${.ALLSRC}
llib-lstdc.ln: llib-lstdc
- lint -Cstdc ${.ALLSRC}
+ ${LINT} ${LINTFLAGS} -Cstdc ${.ALLSRC}
.include <bsd.prog.mk>
diff --git a/usr.bin/xlint/llib/llib-lposix b/usr.bin/xlint/llib/llib-lposix
index db1b3cf..f3a5351 100644
--- a/usr.bin/xlint/llib/llib-lposix
+++ b/usr.bin/xlint/llib/llib-lposix
@@ -1,4 +1,4 @@
-/* $NetBSD: llib-lposix,v 1.2 1995/07/03 21:25:09 cgd Exp $ */
+/* $NetBSD$ */
/*
* Copyright (c) 1994, 1995 Jochen Pohl
diff --git a/usr.bin/xlint/llib/llib-lstdc b/usr.bin/xlint/llib/llib-lstdc
index f2b33da..90f456b 100644
--- a/usr.bin/xlint/llib/llib-lstdc
+++ b/usr.bin/xlint/llib/llib-lstdc
@@ -1,4 +1,4 @@
-/* $NetBSD: llib-lstdc,v 1.3 1995/07/03 21:39:28 cgd Exp $ */
+/* $NetBSD: llib-lstdc,v 1.2 1995/07/03 21:25:11 cgd Exp $ */
/*
* Copyright (c) 1994, 1995 Jochen Pohl
OpenPOWER on IntegriCloud