diff options
author | 2017-07-19 10:19:25 +0000 | |
---|---|---|
committer | 2017-07-19 10:19:25 +0000 | |
commit | 2861f5ecdbe7a62bdf48fe1b8cdca052b2687c40 (patch) | |
tree | aaedeed1dc6228d774669e80c5397d4c8e60255f | |
parent | fix support for unknown key types; ok djm@ (diff) | |
download | wireguard-openbsd-2861f5ecdbe7a62bdf48fe1b8cdca052b2687c40.tar.xz wireguard-openbsd-2861f5ecdbe7a62bdf48fe1b8cdca052b2687c40.zip |
depend is dead
-rw-r--r-- | usr.bin/make/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index 4ffafdfcb59..0cd84fce842 100644 --- a/usr.bin/make/Makefile +++ b/usr.bin/make/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.61 2016/10/14 09:27:21 natano Exp $ +# $OpenBSD: Makefile,v 1.62 2017/07/19 10:19:25 espie Exp $ PROG= make CFLAGS+= -I${.OBJDIR} -I${.CURDIR} @@ -27,7 +27,6 @@ CLEANFILES+=generate generate.o regress.o check CLEANFILES+= varhashconsts.h condhashconsts.h nodehashconsts.h -beforedepend: varhashconsts.h condhashconsts.h nodehashconsts.h # may need tweaking if you add variable synonyms or change the hash function MAGICVARSLOTS=82 MAGICCONDSLOTS=65 @@ -52,7 +51,6 @@ check: ${CHECKOBJS} ${DPADD} regress: check ${.OBJDIR}/check -# kludge for people who forget to make depend var.o: varhashconsts.h cond.o: condhashconsts.h targ.o parse.o: nodehashconsts.h |