Makefile:

- install sed into /usr/bin rather than /bin
This commit is contained in:
gdr-ftp 1999-01-28 18:52:03 +00:00
parent 3d3af63fa7
commit 5de7c76601
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#
# This makefile is intended for use with dmake(1) on Apple IIGS
# $Id: Makefile,v 1.4 1999/01/11 01:24:02 gdr-ftp Exp $
# $Id: Makefile,v 1.5 1999/01/28 18:52:03 gdr-ftp Exp $
#
# Created by Dave Tribby, October 1997
@ -14,6 +14,9 @@ PROG= sed
# Part of program containing main
MAIN= main
# Where sed gets installed.
BINDIR = /usr/bin
# Source files
SRCS= main.c compile.c misc.c process.c