summaryrefslogtreecommitdiff
path: root/usr.bin/xlint/llib/Makefile
blob: ae5a9b4bac8f1f45b0fb151108943bc2acaf135a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#	$OpenBSD: Makefile,v 1.2 1996/06/26 05:44:27 deraadt Exp $
#	$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>