blob: 83dd5c4899f90c77860de23091ca3e4445c74a94 (
plain)
1
2
3
4
5
6
7
|
# $OpenBSD: Makefile,v 1.2 2016/10/15 13:45:08 deraadt Exp $
.if make(obj) || make(clean) || make(cleandir)
SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) | cut -b3-
.endif
.include <bsd.subdir.mk>
|