From 2c2de538ee86d176a9ce0da4e0f37764c81b7d5b Mon Sep 17 00:00:00 2001 From: gdr Date: Fri, 26 Sep 1997 06:36:22 +0000 Subject: [PATCH] changed location of prog.mk --- usr.bin/cut/Makefile | 4 +++- usr.bin/lseg/Makefile | 9 +++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/usr.bin/cut/Makefile b/usr.bin/cut/Makefile index 046d33f..a812bbf 100644 --- a/usr.bin/cut/Makefile +++ b/usr.bin/cut/Makefile @@ -2,6 +2,8 @@ # This makefile is intended for use with dmake(1) on Apple IIGS # # Created by Dave Tribby, August 1997 +# +# $Id: Makefile,v 1.2 1997/09/26 06:34:18 gdr Exp $ # Program name PROG= cut @@ -9,4 +11,4 @@ PROG= cut # Delivery directory BINDIR = /usr/bin -.INCLUDE : +.INCLUDE: /src/gno/prog.mk diff --git a/usr.bin/lseg/Makefile b/usr.bin/lseg/Makefile index d16042d..85090fa 100644 --- a/usr.bin/lseg/Makefile +++ b/usr.bin/lseg/Makefile @@ -1,7 +1,7 @@ # # This makefile is intended for use with dmake(1) on Apple IIGS # -# $Id: Makefile,v 1.2 1997/09/21 22:05:58 gdr Exp $ +# $Id: Makefile,v 1.3 1997/09/26 06:36:22 gdr Exp $ # # Program name @@ -11,11 +11,8 @@ PROG = lseg .IF $(STACK) == $(NULL) STACK = 1024 .END -##.IF $(STACK) == $(NULL) -## OPTIMIZE = -1 -##.END - + # Delivery directory BINDIR = /usr/bin -.INCLUDE : /src/gno/gno.prog.mk +.INCLUDE: /src/gno/prog.mk