blob: 4c90acd47c699ef7cf8438db5538cb61cca7a3f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
$NetBSD: patch-aa,v 1.2 2002/10/20 14:33:54 lukem Exp $
--- Imakefile.orig Fri Oct 18 10:51:23 2002
+++ 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 @@ World:
make all
@echo ""
@echo Built $(SUBDIRS).
- @echo 'To build Xvnc, do "cd Xvnc", followed by "./configure" then "make"'
- @echo ""
+ (cd Xvnc && ./configure && make)
libs:
@echo 'No libraries included.'
|