--- titantools-4.0.11+notdfsg1.orig/Makefile.linux
+++ titantools-4.0.11+notdfsg1/Makefile.linux
@@ -1,16 +1,21 @@
 # Titan Makefile for Linux
-VERSION = 4.0
+VERSION = 4.0.11
 
 CC = gcc
 CPPFLAGS =
-CFLAGS   = -static
-LDFLAGS  = -dn
-LIBS     = -static /usr/lib/libc.a -static /usr/i486-linuxaout/lib/libtermcap.a -static /usr/lib/libnsl.a
-LIBS2    = -static /usr/lib/libc.a 
+CFLAGS   = 
+# Build dynamic binary:
+LDFLAGS  = 
+LIBS     = 
+LIBS2    = 
+# For building static binary:
+#LDFLAGS  = -dn
+#LIBS     = -static /usr/lib/libc.a -static /usr/lib/libtermcap.a -static /usr/lib/libnsl.a
+#LIBS2    = /usr/lib/libc.a 
 
 
 # default target
-all:  noshell runas
+all:  noshell  runas
 
 noshell: noshell.o
 	$(CC) $(CFLAGS) -o noshell $(LIBS) $(LDFLAGS) noshell.o
@@ -18,3 +23,5 @@
 runas: stubs.o runas.o
 	$(CC) $(CFLAGS) -o runas $(LIBS2) $(LDFLAGS) stubs.o runas.o
 
+clean:
+	-rm -f *.o noshell runas
--- titantools-4.0.11+notdfsg1.orig/Makefile
+++ titantools-4.0.11+notdfsg1/Makefile
@@ -3,17 +3,17 @@
 
 CC = cc
 CPPFLAGS =
-CFLAGS   = -Bstatic
+CFLAGS   = 
 LDFLAGS  = -dn
 LIBS     = -Bstatic /usr/lib/libc.a -Bstatic /usr/ccs/lib/libtermcap.a -Bstatic /usr/lib/libnsl.a
-LIBS2    = -Bstatic /usr/lib/libc.a 
+LIBS2    = /usr/lib/libc.a 
 
 
 # default target
 all:  noshell runas
 
 noshell: noshell.o
-	$(CC) $(CFLAGS) -o noshell $(LIBS) $(LDFLAGS) noshell.o
+	$(CC) -Bstatic $(CFLAGS) -o noshell $(LIBS) $(LDFLAGS) noshell.o
 
 runas: stubs.o runas.o
 	$(CC) $(CFLAGS) -o runas $(LIBS2) $(LDFLAGS) stubs.o runas.o
--- titantools-4.0.11+notdfsg1.orig/LICENSE
+++ titantools-4.0.11+notdfsg1/LICENSE
@@ -21,12 +21,13 @@
    more-or-less customary fashion, plus the right to make reasonable
    modifications.
 
-   Neither Sun Microsystems Inc., EarthLink Networks Inc., or any other
-   institution or companies bear any liability or responsibility
-   whatsoever for the software, including (but not restricted to)
-   responsibility for its existence, structure, content, function or use
-   by any person anywhere.
-     _________________________________________________________________
+   Notwithstanding any other agreement or any other provision herein, effective
+   January 15, 2005, an entity with greater than 400 employees shall be
+   required to obtain written permission from Team Titan in order to download,
+   print, access, view, distribute or otherwise use in any way the Package or
+   other files known as Titan. For purposes herein, an entity includes its
+   employees, agents, affiliates, partners, contractors etc.
+   _________________________________________________________________
 
    (Much of this is taken from the 'Artistic License', distributed as
    part of the Perl v4.0 kit by Larry Wall, which is available from most
--- titantools-4.0.11+notdfsg1.orig/noshell.c
+++ titantools-4.0.11+notdfsg1/noshell.c
@@ -65,7 +65,7 @@
 	syslog
 	(
 		LOG_WARNING,
-		"Titan warning: user %s login from a disabled shell",
+		"Noshell warning: user %s login from a disabled shell",
 		getlogin()
 	);
 	closelog();
