mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-22 14:30:29 +00:00
8ecdfc40b1
- install to /bin directory vice /usr/bin
11 lines
221 B
Makefile
11 lines
221 B
Makefile
#
|
|
# This makefile is intended for use with dmake(1) on Apple IIGS
|
|
# $Id: Makefile,v 1.2 1998/02/19 02:13:12 gdr-ftp Exp $
|
|
#
|
|
# Created by Dave Tribby, November 1997
|
|
|
|
# Program name
|
|
PROG= split
|
|
|
|
.INCLUDE : /src/gno/prog.mk
|