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