summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint/llib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/xlint/llib/Makefile')
-rw-r--r--usr.bin/xlint/llib/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/usr.bin/xlint/llib/Makefile b/usr.bin/xlint/llib/Makefile
new file mode 100644
index 0000000..2e24c31
--- /dev/null
+++ b/usr.bin/xlint/llib/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.2 1995/07/03 21:25:05 cgd Exp $
+
+LIBS= llib-lposix.ln llib-lstdc.ln
+
+all: ${LIBS}
+
+install:
+ install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \
+ ${LIBS} ${DESTDIR}${LINTLIBDIR}
+
+clean cleanall:
+ rm -f ${LIBS}
+
+llib-lposix.ln: llib-lposix
+ lint -Cposix ${.ALLSRC}
+
+llib-lstdc.ln: llib-lstdc
+ lint -Cstdc ${.ALLSRC}
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud