diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-12-17 19:52:57 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-12-17 19:52:57 +0000 |
commit | dba91e15e0d9888c5e3a488bfa699c814bac1957 (patch) | |
tree | 18ac9d9d92f0474ba19913e86407ee3eb3da6036 /font | |
parent | a8aee721647a7efd8729ab71328ba763cdd30392 (diff) |
remove update target
Diffstat (limited to 'font')
-rw-r--r-- | font/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/font/Makefile b/font/Makefile index 45e7f977e..c5f3cb4cb 100644 --- a/font/Makefile +++ b/font/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2006/11/26 17:37:04 matthieu Exp $ +# $OpenBSD: Makefile,v 1.2 2006/12/17 19:52:56 matthieu Exp $ # util must come 1st, alias must come last SUBDIR= util encodings \ @@ -18,5 +18,4 @@ EXTRAS= bitstream-vera-ttf .include <bsd.subdir.mk> build: _SUBDIRUSE -update: _SUBDIRUSE |