23 lines
520 B
Text
23 lines
520 B
Text
$NetBSD: patch-aa,v 1.8 2000/11/13 14:34:40 abs Exp $
|
|
|
|
--- Imakefile.orig Thu Oct 26 14:28:32 2000
|
|
+++ Imakefile
|
|
@@ -1,7 +1,7 @@
|
|
#define IHaveSubdirs
|
|
#define PassCDebugFlags
|
|
|
|
-SUBDIRS = libvncauth vncviewer vncpasswd vncconnect
|
|
+SUBDIRS = libvncauth vncpasswd vncconnect
|
|
|
|
World:
|
|
make Makefiles
|
|
@@ -9,8 +9,7 @@
|
|
make all
|
|
@echo ""
|
|
@echo Built $(SUBDIRS).
|
|
- @echo 'To build Xvnc, do "cd Xvnc", followed by "make World"'
|
|
- @echo ""
|
|
+ (cd Xvnc && make World)
|
|
|
|
MakeSubdirs($(SUBDIRS))
|
|
DependSubdirs($(SUBDIRS))
|