diff --git a/usr.orca.bin/udl/HISTORY b/usr.orca.bin/udl/HISTORY index 9ccc6f4..22aff96 100644 --- a/usr.orca.bin/udl/HISTORY +++ b/usr.orca.bin/udl/HISTORY @@ -6,6 +6,8 @@ udl - Convert EOL formats freely between MS-DOS (CR/LF), Unix/Amiga (LF), (c) 1993-1996 Soenke Behrens, Devin Reade Version 1.1.5 + + $Id: HISTORY,v 1.2 1996/02/11 20:05:45 gdr Exp $ ============================================================================= Udl converts text files between CR, LF and CR/LF (Apple, Unix and MS-DOS). diff --git a/usr.orca.bin/udl/Makefile.gs b/usr.orca.bin/udl/Makefile.gs index 3543a9b..418c7c8 100644 --- a/usr.orca.bin/udl/Makefile.gs +++ b/usr.orca.bin/udl/Makefile.gs @@ -1,10 +1,10 @@ # # Makefile for udl -# Copyright (c) 1993-1996 Soenke Behrens, Devin G. Reade +# Copyright (c) 1993-1996 Soenke Behrens, Devin Reade # # This makefile should be used with dmake. # -# $Id: Makefile.gs,v 1.9 1996/02/04 01:34:23 gdr Exp $ +# $Id: Makefile.gs,v 1.10 1996/02/11 20:05:47 gdr Exp $ # # Where do we put the binaries and man page? @@ -19,13 +19,13 @@ DEFINES = -DGNO -D_POSIX_C_SOURCE -D_POSIX_SOURCE -DHAS_ATEXIT \ # Use optimization and a 2k stack. -CFLAGS = $(DEFINES) -O -w -s2048 +CFLAGS = $(DEFINES) -O -s2048 LDFLAGS = -s2048 # Depending on how you have your libraries set up, you may not need # this next line. In that case, just comment it out. -LDLIBS = -l/usr/lib/gnulib +# LDLIBS = -l/usr/lib/gnulib # # You should not have to modify anything beyond this point diff --git a/usr.orca.bin/udl/Makefile.msd b/usr.orca.bin/udl/Makefile.msd index 189d2f5..37bcef6 100644 --- a/usr.orca.bin/udl/Makefile.msd +++ b/usr.orca.bin/udl/Makefile.msd @@ -2,6 +2,7 @@ # Makefile for udl # (c) 1993-1996 Soenke Behrens # +# $Id: Makefile.msd,v 1.2 1996/02/11 20:05:47 gdr Exp $ # DJGPP is a gcc port CC = gcc diff --git a/usr.orca.bin/udl/Makefile.unx b/usr.orca.bin/udl/Makefile.unx index 78b98e8..ca8a641 100644 --- a/usr.orca.bin/udl/Makefile.unx +++ b/usr.orca.bin/udl/Makefile.unx @@ -1,8 +1,8 @@ # # Makefile for udl -# (c) 1993-1996 Soenke Behrens, Devin G. Reade +# (c) 1993-1996 Soenke Behrens, Devin Reade # -# $Id: Makefile.unx,v 1.8 1996/02/04 01:34:25 gdr Exp $ +# $Id: Makefile.unx,v 1.9 1996/02/11 20:05:48 gdr Exp $ # # $(CC) _must_ be an ANSI compiler. Use gcc if your cc is not. @@ -67,7 +67,7 @@ newudl.1: udl.1 sed -f sed.script newudl.1; \ rm -f sed.script -install: newudl.1 udl +install: newudl.1 build $(INSTALL) $(MODE755) $(OWNER_GROUP) udl $(BINDIR) $(INSTALL) $(MODE644) $(OWNER_GROUP) newudl.1 $(MANDIR)/udl.1 rm -f newudl.1 diff --git a/usr.orca.bin/udl/udl.1 b/usr.orca.bin/udl/udl.1 index e9760dc..ff70696 100644 --- a/usr.orca.bin/udl/udl.1 +++ b/usr.orca.bin/udl/udl.1 @@ -1,5 +1,7 @@ .\" Copyright (c) 1993-1996 Soenke Behrens, Devin Reade .\" +.\" $Id: udl.1,v 1.10 1996/02/11 20:05:48 gdr Exp $ +.\" .TH UDL 1 "Commands and Applications" "31 January 1996" "Version 1.1.5" .SH NAME udl - convert text files between different architectures diff --git a/usr.orca.bin/udl/udl.rez b/usr.orca.bin/udl/udl.rez index 8cbba45..d5b0d87 100644 --- a/usr.orca.bin/udl/udl.rez +++ b/usr.orca.bin/udl/udl.rez @@ -1,3 +1,7 @@ +/* + * $Id: udl.rez,v 1.3 1996/02/11 20:05:49 gdr Exp $ + */ + #include "Types.Rez" resource rVersion (0x1, purgeable1, nocrossbank) {