From 59c00c1820d1b729d4f5461589d6bcedefb8e742 Mon Sep 17 00:00:00 2001 From: gdr-ftp Date: Thu, 19 Feb 1998 02:25:18 +0000 Subject: [PATCH] Makefile: - change installation point from /usr/bin to /bin --- bin/uniq/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bin/uniq/Makefile b/bin/uniq/Makefile index eb82540..d3123b0 100644 --- a/bin/uniq/Makefile +++ b/bin/uniq/Makefile @@ -1,13 +1,10 @@ # # This makefile is intended for use with dmake(1) on Apple IIGS -# $Id: Makefile,v 1.1 1997/12/02 05:15:26 gdr Exp $ +# $Id: Makefile,v 1.2 1998/02/19 02:25:18 gdr-ftp Exp $ # # Created by Dave Tribby, November 1997 # Program name PROG= uniq -# Delivery directory -BINDIR = /usr/bin - .INCLUDE : /src/gno/prog.mk