Deleted Added
full compact
Makefile (122141) Makefile (144295)
1# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
1# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.sbin/mtree/Makefile 122141 2003-11-05 22:26:08Z phk $
2# $FreeBSD: head/usr.sbin/mtree/Makefile 144295 2005-03-29 11:44:17Z tobez $
3
4.PATH: ${.CURDIR}/../../usr.bin/cksum
5
6PROG= mtree
7MAN= mtree.8
8SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c verify.c
9SRCS+= specspec.c
10
11WARNS?= 4
12
3
4.PATH: ${.CURDIR}/../../usr.bin/cksum
5
6PROG= mtree
7MAN= mtree.8
8SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c verify.c
9SRCS+= specspec.c
10
11WARNS?= 4
12
13CFLAGS+= -DMD5 -DSHA1 -DRMD160
13CFLAGS+= -DMD5 -DSHA1 -DRMD160 -DSHA256
14DPADD= ${LIBMD}
15LDADD= -lmd
16
17.include <bsd.prog.mk>
14DPADD= ${LIBMD}
15LDADD= -lmd
16
17.include <bsd.prog.mk>