Deleted Added
full compact
Makefile (13948) Makefile (14797)
1# $NetBSD: Makefile,v 1.2 1995/07/03 21:25:05 cgd Exp $
2
1# $NetBSD: Makefile,v 1.2 1995/07/03 21:25:05 cgd Exp $
2
3LIBS= llib-lposix.ln llib-lstdc.ln
3#LIBS= llib-lposix.ln llib-lstdc.ln
4LIBS= llib-lstdc.ln
4
5all: ${LIBS}
6
7install:
5
6all: ${LIBS}
7
8install:
8 ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \
9 ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${LIBMODE} \
9 ${LIBS} ${DESTDIR}${LINTLIBDIR}
10
11clean cleanall:
12 rm -f ${LIBS}
13
14llib-lposix.ln: llib-lposix
15 lint -Cposix ${.ALLSRC}
16
17llib-lstdc.ln: llib-lstdc
18 lint -Cstdc ${.ALLSRC}
19
20.include <bsd.prog.mk>
10 ${LIBS} ${DESTDIR}${LINTLIBDIR}
11
12clean cleanall:
13 rm -f ${LIBS}
14
15llib-lposix.ln: llib-lposix
16 lint -Cposix ${.ALLSRC}
17
18llib-lstdc.ln: llib-lstdc
19 lint -Cstdc ${.ALLSRC}
20
21.include <bsd.prog.mk>