gno/usr.bin/cksum/Makefile
gdr-ftp d08a55f17e Makefile:
- put cksum in /usr/bin vice /bin

cksum.1:
	- added "sum" to the NAME section so that whatis(1) gets a hit

cksum.rez:
	- added (initial test) of automatically displaying the build
	  date.

mkso.data:
	- used for making man page ".so links"

mklink.data:
	- used to replicate cksum(1) as sum(1)
1998-02-15 00:25:48 +00:00

24 lines
499 B
Makefile

#
# This makefile is intended for use with dmake(1) on Apple IIGS
# $Id: Makefile,v 1.2 1998/02/15 00:25:42 gdr-ftp Exp $
#
# Created by Dave Tribby, December 1997
PROG= cksum
SRCS= cksum.c crc.c print.c sum1.c sum2.c crc32.c
BINDIR= /usr/bin
.INCLUDE : /src/gno/prog.mk
# Under UNIX, chsum whould be linked to sum (and cksum.1 to sum.1)
# For GNO, just copy the program. (Need to invoke "dmake sum")
sum: cksum
cp cksum sum
#
# Additional dependancies
#
cksum.o:: extern.h
print.o:: extern.h