changed location of prog.mk

This commit is contained in:
gdr 1997-09-26 06:36:22 +00:00
parent bf5292af8e
commit 2c2de538ee
2 changed files with 6 additions and 7 deletions

View File

@ -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 : <gno.prog.mk>
.INCLUDE: /src/gno/prog.mk

View File

@ -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