diff --git a/bin/tail/Makefile b/bin/tail/Makefile index a29b3ba..c5c293a 100644 --- a/bin/tail/Makefile +++ b/bin/tail/Makefile @@ -1,6 +1,6 @@ # # This makefile is intended for use with dmake(1) on Apple IIGS -# $Id: Makefile,v 1.3 1997/10/03 03:52:54 gdr Exp $ +# $Id: Makefile,v 1.4 1998/02/19 02:14:25 gdr-ftp Exp $ # # Created by Dave Tribby, July 1997 @@ -11,7 +11,7 @@ SRCS= tail.c forward.c misc.c read.c .INCLUDE : /src/gno/prog.mk -tail.o:: extern.h -forward.o:: extern.h -misc.o:: extern.h -read.o:: extern.h +tail.o: extern.h +forward.o: extern.h +misc.o: extern.h +read.o: extern.h diff --git a/bin/tail/tail.desc b/bin/tail/tail.desc index 14d61b3..6c6a9e4 100644 --- a/bin/tail/tail.desc +++ b/bin/tail/tail.desc @@ -3,7 +3,7 @@ Version: 2.0 (August 1997) Shell: GNO Author: Dave Tribby (from FreeBSD code) Contact: tribby@cup.hp.com -Where: /bin/tail +Where: /bin FTP: ground.isca.uiowa.edu apple2.caltech.edu trenco.myrias.com Print the last part of a file.