diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2019-12-21 21:40:02 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2019-12-21 21:40:02 +0000 |
commit | 2e505302fed71ccbc606e78804729f6b344ed695 (patch) | |
tree | ef018cd1a79bdd3dc83e31e78b66024bf73f2cba /Makefile | |
parent | eff9f5fbd1f620a72344d69193c82cc393dd5285 (diff) |
a few depend:-related thingies that were still in.
okay millert@, tb@
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.134 2017/07/05 10:22:32 espie Exp $ +# $OpenBSD: Makefile,v 1.135 2019/12/21 21:39:59 espie Exp $ # # For more information on building in tricky environments, please see @@ -109,6 +109,6 @@ ${CROSS_TARGETS}: .PHONY: ${CROSS_TARGETS} \ build regression-tests includes beforeinstall afterinstall \ - all depend do-build + all do-build .include <bsd.subdir.mk> |