diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2010-05-10 14:17:53 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2010-05-10 14:17:53 +0000 |
commit | c0ab56871f11e42f0419006136422b9b56d79e9f (patch) | |
tree | 8869c61ddcddeab4173273c663ca69f059c134d0 /gnu | |
parent | 127c1bd552944960210a111745eca1de0fcce3bf (diff) |
Fix tags target
ok oga kettenis
committed in the skys over the continental us :-)
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/cc/include/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/include/Makefile b/gnu/usr.bin/cc/include/Makefile index e1900eab44d..65a37d80868 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.5 2010/05/06 16:49:47 robert Exp $ +# $OpenBSD: Makefile,v 1.6 2010/05/10 14:17:52 marco Exp $ .include <bsd.own.mk> @@ -41,4 +41,7 @@ install: # Nothing here so far... .endif +tags: + # Nothing here so far... + .include <bsd.obj.mk> |