corrected path of prog.mk

This commit is contained in:
gdr 1997-09-26 06:19:35 +00:00
parent 1b7f428ceb
commit 3cec7d7d1f
2 changed files with 9 additions and 4 deletions

View File

@ -2,8 +2,11 @@
# 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:15:13 gdr Exp $
#
# Program name
PROG= cat
PROG= cat
.INCLUDE : <gno.prog.mk>
.INCLUDE : /src/gno/prog.mk

View File

@ -2,8 +2,10 @@
# 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:19:35 gdr Exp $
# Program name
PROG= head
PROG = head
.INCLUDE : <gno.prog.mk>
.INCLUDE: /src/gno/prog.mk