corrected location of prog.mk

This commit is contained in:
gdr 1997-09-26 06:24:35 +00:00
parent d81c685a83
commit 014dce9114

View File

@ -2,10 +2,12 @@
# This makefile is intended for use with dmake(1) on Apple IIGS
#
# Created by Dave Tribby, July 1997
#
# $Id: Makefile,v 1.2 1997/09/26 06:24:35 gdr Exp $
# Program name
PROG= tail
# Source files
SRCS= tail.c forward.c misc.c read.c
.INCLUDE : <gno.prog.mk>
.INCLUDE: /src/gno/prog.mk