=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/Makefile,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- src/usr.bin/make/Makefile 2007/07/21 14:40:33 1.43 +++ src/usr.bin/make/Makefile 2007/09/16 10:14:26 1.44 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.43 2007/07/21 14:40:33 espie Exp $ +# $OpenBSD: Makefile,v 1.44 2007/09/16 10:14:26 espie Exp $ PROG= make CFLAGS+= -I${.OBJDIR} -I${.CURDIR} @@ -15,7 +15,8 @@ CFLAGS+=${CDEFS} HOSTCFLAGS+=${CDEFS} -SRCS= arch.c buf.c cmd_exec.c compat.c cond.c dir.c error.c for.c \ +SRCS= arch.c buf.c cmd_exec.c compat.c cond.c dir.c direxpand.c \ + error.c for.c \ init.c job.c lowparse.c main.c make.c memory.c parse.c \ parsevar.c str.c stats.c suff.c targ.c timestamp.c \ var.c varmodifiers.c varname.c