NetBSD/usr.bin/cksum/Makefile
mycroft 92702177a0 Add sum(1) alias, per Matt Green. Various other cleanup. Someone should
finish the addition to the HISTORY section.
1995-01-15 06:43:49 +00:00

10 lines
237 B
Makefile

# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
# $Id: Makefile,v 1.4 1995/01/15 06:43:49 mycroft Exp $
PROG= cksum
SRCS= cksum.c crc.c print.c sum1.c sum2.c
LINKS= ${BINDIR}/cksum ${BINDIR}/sum
MLINKS= cksum.1 sum.1
.include <bsd.prog.mk>