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 /app | |
parent | a8aee721647a7efd8729ab71328ba763cdd30392 (diff) |
remove update target
Diffstat (limited to 'app')
-rw-r--r-- | app/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/Makefile b/app/Makefile index 08746dfd9..e1e409266 100644 --- a/app/Makefile +++ b/app/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2006/12/16 19:29:02 matthieu Exp $ +# $OpenBSD: Makefile,v 1.5 2006/12/17 19:52:56 matthieu Exp $ SUBDIR= bdftopcf mkfontscale mkfontdir \ appres beforelight bitmap editres fonttosfnt fslsfonts \ @@ -24,4 +24,3 @@ SUBDIR += fvwm ssh-askpass wm2 xterm xidle xlockmore xsystrace xvctl .include <bsd.subdir.mk> build: _SUBDIRUSE -update: _SUBDIRUSE |