Deleted Added
full compact
Makefile (22997) Makefile (44303)
1# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
1# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
2# $Id$
2# $Id: Makefile,v 1.6 1997/02/22 16:07:51 peter Exp $
3
4PROG= mtree
5SRCS= compare.c crc.c create.c misc.c mtree.c spec.c verify.c
6MAN8= mtree.8
7.PATH: ${.CURDIR}/../../usr.bin/cksum
8
9DPADD+= ${LIBMD}
10LDADD+= -lmd
3
4PROG= mtree
5SRCS= compare.c crc.c create.c misc.c mtree.c spec.c verify.c
6MAN8= mtree.8
7.PATH: ${.CURDIR}/../../usr.bin/cksum
8
9DPADD+= ${LIBMD}
10LDADD+= -lmd
11CFLAGS+= -DMD5 -DSHA1 -DRMD160
11
12.include <bsd.prog.mk>
12
13.include <bsd.prog.mk>