mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 23:29:16 +00:00
14 lines
256 B
Makefile
14 lines
256 B
Makefile
#
|
|
# 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 $
|
|
#
|
|
# Created by Dave Tribby, November 1997
|
|
|
|
# Program name
|
|
PROG= uniq
|
|
|
|
# Delivery directory
|
|
BINDIR = /usr/bin
|
|
|
|
.INCLUDE : /src/gno/prog.mk
|