mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-04 22:08:21 +00:00
13 lines
198 B
Makefile
13 lines
198 B
Makefile
#
|
|
# This makefile is intended for use with dmake(1) on Apple IIGS
|
|
#
|
|
# Created by Dave Tribby, August 1997
|
|
|
|
# Program name
|
|
PROG= cut
|
|
|
|
# Delivery directory
|
|
BINDIR = /usr/bin
|
|
|
|
.INCLUDE : <gno.prog.mk>
|