From 5de7c7660104561c317b11eabbe6656b77dba1da Mon Sep 17 00:00:00 2001 From: gdr-ftp Date: Thu, 28 Jan 1999 18:52:03 +0000 Subject: [PATCH] Makefile: - install sed into /usr/bin rather than /bin --- usr.bin/sed/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/usr.bin/sed/Makefile b/usr.bin/sed/Makefile index 393c852..b1a068e 100644 --- a/usr.bin/sed/Makefile +++ b/usr.bin/sed/Makefile @@ -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