From 3cec7d7d1f9d4fd4076fc9046257eab3e45d5f43 Mon Sep 17 00:00:00 2001 From: gdr Date: Fri, 26 Sep 1997 06:19:35 +0000 Subject: [PATCH] corrected path of prog.mk --- bin/cat/Makefile | 7 +++++-- bin/head/Makefile | 6 ++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/bin/cat/Makefile b/bin/cat/Makefile index b9a0156..8ff02d6 100644 --- a/bin/cat/Makefile +++ b/bin/cat/Makefile @@ -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 : +.INCLUDE : /src/gno/prog.mk diff --git a/bin/head/Makefile b/bin/head/Makefile index 0605273..6b7ff3b 100644 --- a/bin/head/Makefile +++ b/bin/head/Makefile @@ -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 : +.INCLUDE: /src/gno/prog.mk