diff options
author | L Jonas Olsson <ljo@FreeBSD.org> | 1994-11-23 12:39:45 +0000 |
---|---|---|
committer | L Jonas Olsson <ljo@FreeBSD.org> | 1994-11-23 12:39:45 +0000 |
commit | 4da66dcc6b3e597a4fa9283bf3518c2859916796 (patch) | |
tree | e644bcf7471e0cb9bdf8f6f8f1cc31b70b7f28cb /x11-toolkits | |
parent | PATCH_COOKIE is now used in bsd.port.mk (diff) |
It is build: that is a no-op, not all:.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/xview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile index 52051e8a98fb..3182a310e19f 100644 --- a/x11-toolkits/xview/Makefile +++ b/x11-toolkits/xview/Makefile @@ -5,6 +5,6 @@ EXTRACT_SUFX= .tar.gz WRKSRC= work/xview3.2p1-X11R6/config DISTFILES= xview3.2p1-X11R6.tar.gz -all: +build: .include <bsd.port.mk> |