diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-10-10 13:34:44 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-10-10 13:34:44 +0000 |
commit | bd5c3a822b62d52f4bad09cd8dfac1d23a2138d6 (patch) | |
tree | 2504c1a4d0906d7e534fde9027e1addf0bc72f92 /app/fvwm/Makefile | |
parent | 8849a5c473af4a3fa604cad86ef86e5c09961d25 (diff) |
Remove the global 'make includes' step from 'make build'.
This is no longer needed and gets in the way of tightening
permission used during build. ok and suggestions natano@
Diffstat (limited to 'app/fvwm/Makefile')
-rw-r--r-- | app/fvwm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/fvwm/Makefile b/app/fvwm/Makefile index ba3b2b547..2b0ee160a 100644 --- a/app/fvwm/Makefile +++ b/app/fvwm/Makefile @@ -1,9 +1,7 @@ -# $OpenBSD: Makefile,v 1.3 2015/07/19 10:43:08 matthieu Exp $ +# $OpenBSD: Makefile,v 1.4 2016/10/10 13:34:43 matthieu Exp $ SUBDIR= libs fvwm sample.fvwmrc utils icons modules -includes: - update: .include <bsd.subdir.mk> |