From b0e785a02a8ae3b5ecda153fc84fbc4a2f379af4 Mon Sep 17 00:00:00 2001 From: gdr Date: Fri, 26 Sep 1997 06:27:29 +0000 Subject: [PATCH] changed location of prog.mk --- bin/wc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/wc/Makefile b/bin/wc/Makefile index ee38b7e..65a91c5 100644 --- a/bin/wc/Makefile +++ b/bin/wc/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:27:29 gdr Exp $ # Program name PROG= wc -.INCLUDE : +.INCLUDE: /src/gno/prog.mk