summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cc/include/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/include/Makefile b/gnu/usr.bin/cc/include/Makefile
index a5935e76db6..e1900eab44d 100644
--- a/gnu/usr.bin/cc/include/Makefile
+++ b/gnu/usr.bin/cc/include/Makefile
@@ -1,5 +1,5 @@
# $FreeBSD: src/gnu/usr.bin/cc/include/Makefile,v 1.9.8.1 2009/04/15 03:14:26 kensmith Exp $
-# $OpenBSD: Makefile,v 1.4 2010/05/04 18:37:00 naddy Exp $
+# $OpenBSD: Makefile,v 1.5 2010/05/06 16:49:47 robert Exp $
.include <bsd.own.mk>
@@ -27,6 +27,8 @@ all: ${INCS}
clean: _SUBDIRUSE
rm -f ${CLEANFILES}
+cleandir: _SUBDIRUSE clean
+
depend:
# Nothing here so far...