summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint/llib/Makefile
blob: bf873154e7e72ce4af48bd4d4ab5adcee4295e9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#	$NetBSD: Makefile,v 1.2 1995/07/03 21:25:05 cgd Exp $

#LIBS=	llib-lposix.ln llib-lstdc.ln
LIBS=	llib-lstdc.ln

all:	${LIBS}

install:
	${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${LIBMODE} \
	    ${LIBS} ${DESTDIR}${LINTLIBDIR}

clean cleanall:
	rm -f ${LIBS}

llib-lposix.ln: llib-lposix
	lint -Cposix ${.ALLSRC}

llib-lstdc.ln: llib-lstdc
	lint -Cc ${.ALLSRC}

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud