Makefile revision 1.4
1# $NetBSD: Makefile,v 1.4 1997/03/24 22:00:06 christos Exp $ 2 3LIBS= llib-lposix.ln llib-lstdc.ln 4FILES= ${LIBS} 5FILESDIR= ${LINTLIBDIR} 6 7all: ${LIBS} 8 9clean cleanall: 10 rm -f ${LIBS} 11 12llib-lposix.ln: llib-lposix 13 lint -Cposix ${.ALLSRC} 14 15llib-lstdc.ln: llib-lstdc 16 lint -Cstdc ${.ALLSRC} 17 18.include <bsd.prog.mk> 19