diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2010-05-06 16:49:48 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2010-05-06 16:49:48 +0000 |
commit | 3f3ecfe0a8f74b20f4b0b64dc18d6d2cdebddec2 (patch) | |
tree | 1332a05f3fd26dffef47fbbcd551dfe58ef71e3a /gnu/usr.bin/cc | |
parent | 572129a31f486fcc4b52b3eb774de1b4712d75af (diff) |
Add missing cleandir target
Diffstat (limited to 'gnu/usr.bin/cc')
-rw-r--r-- | gnu/usr.bin/cc/include/Makefile | 4 |
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... |