# # 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 $ # # Created by Dave Tribby, July 1997 # Program name PROG= tail # Source files 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