mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-27 00:29:55 +00:00
59c00c1820
- change installation point from /usr/bin to /bin
11 lines
220 B
Makefile
11 lines
220 B
Makefile
#
|
|
# This makefile is intended for use with dmake(1) on Apple IIGS
|
|
# $Id: Makefile,v 1.2 1998/02/19 02:25:18 gdr-ftp Exp $
|
|
#
|
|
# Created by Dave Tribby, November 1997
|
|
|
|
# Program name
|
|
PROG= uniq
|
|
|
|
.INCLUDE : /src/gno/prog.mk
|