diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2007-11-03 15:14:33 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2007-11-03 15:14:33 +0000 |
commit | 78ec2dbc884e03e0d0f4cd638553a11d1d193c5b (patch) | |
tree | 798824518b30b39dd9e4fe7824e622e0ab940a58 /share/mk/bsd.own.mk | |
parent | 4e6a5e0d25c977fb69efa68d7f1922d4cfaf3367 (diff) |
unmess make depend: make sure stuff is built in the correct order.
Diffstat (limited to 'share/mk/bsd.own.mk')
-rw-r--r-- | share/mk/bsd.own.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 641de0a5f98..23dda66b38e 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.97 2006/10/06 20:58:17 miod Exp $ +# $OpenBSD: bsd.own.mk,v 1.98 2007/11/03 15:14:32 espie Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -150,6 +150,6 @@ NOPROFILE= BSD_OWN_MK=Done .PHONY: spell clean cleandir obj manpages print all \ - depend beforedepend afterdepend cleandepend \ + depend beforedepend afterdepend cleandepend subdirdepend \ all lint cleanman nlsinstall cleannls includes \ beforeinstall realinstall maninstall afterinstall install |