diff options
author | 2010-05-06 16:49:47 +0000 | |
---|---|---|
committer | 2010-05-06 16:49:47 +0000 | |
commit | 86e5f099b0482b5ae89669e2b3e0ea247ccceea3 (patch) | |
tree | 15a31cb08a703e0533a470a9f5f77f7eac834fc7 | |
parent | Do not return success when the IPv6 address has a :: and 8 hex sections. (diff) | |
download | wireguard-openbsd-86e5f099b0482b5ae89669e2b3e0ea247ccceea3.tar.xz wireguard-openbsd-86e5f099b0482b5ae89669e2b3e0ea247ccceea3.zip |
Add missing cleandir target
-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... |