NetBSD/usr.bin/cksum/Makefile

8 lines
178 B
Makefile
Raw Normal View History

1993-07-31 19:17:49 +04:00
# from: @(#)Makefile 5.3 (Berkeley) 4/4/91
# $Id: Makefile,v 1.2 1993/07/31 15:25:01 mycroft Exp $
1993-03-21 12:45:37 +03:00
PROG= cksum
SRCS= cksum.c crc.c print.c sum1.c sum2.c
.include <bsd.prog.mk>