=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/Makefile,v retrieving revision 1.42 retrieving revision 1.43 diff -c -r1.42 -r1.43 *** src/usr.bin/make/Makefile 2007/07/09 21:16:42 1.42 --- src/usr.bin/make/Makefile 2007/07/21 14:40:33 1.43 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.42 2007/07/09 21:16:42 deraadt Exp $ PROG= make CFLAGS+= -I${.OBJDIR} -I${.CURDIR} --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.43 2007/07/21 14:40:33 espie Exp $ PROG= make CFLAGS+= -I${.OBJDIR} -I${.CURDIR} *************** *** 23,31 **** lstDeQueue.c lstDestroy.c lstDupl.c lstFindFrom.c lstForEachFrom.c \ lstInsert.c lstMember.c lstRemove.c lstReplace.c lstSucc.c .PATH: ${.CURDIR}/lst.lib - - a: - echo "Bindir is ${BINDIR}" CLEANFILES+=generate hashconsts.h generate.o regress.o check --- 23,28 ----