freebsd-dev/usr.bin/cksum/Makefile
Mark Murray 91bd71d206 Remove leaf node WARNS?=2 (that mainly I added). This should
help the GCC3 transition and CURRENT in general.
2002-02-08 22:31:43 +00:00

10 lines
196 B
Makefile

# @(#)Makefile 8.2 (Berkeley) 4/28/95
# $FreeBSD$
PROG= cksum
SRCS= cksum.c crc.c print.c sum1.c sum2.c crc32.c
LINKS= ${BINDIR}/cksum ${BINDIR}/sum
MLINKS= cksum.1 sum.1
.include <bsd.prog.mk>