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