Makefile:

- change installation point from /usr/bin to /bin
This commit is contained in:
gdr-ftp 1998-02-19 02:25:18 +00:00
parent 31f7aea798
commit 59c00c1820

View File

@ -1,13 +1,10 @@
# #
# This makefile is intended for use with dmake(1) on Apple IIGS # 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 # Created by Dave Tribby, November 1997
# Program name # Program name
PROG= uniq PROG= uniq
# Delivery directory
BINDIR = /usr/bin
.INCLUDE : /src/gno/prog.mk .INCLUDE : /src/gno/prog.mk