Use ether_crc32_le instead of local hack.
[dragonfly/netmp.git] / usr.bin / uudecode / Makefile
blob684c38382847c1287552e3c6962bc3c66817ca61
1 # @(#)Makefile 8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.bin/uudecode/Makefile,v 1.1.1.1.14.2 2002/10/20 14:38:53 fanf Exp $
3 # $DragonFly: src/usr.bin/uudecode/Makefile,v 1.3 2004/12/22 11:25:51 liamfoy Exp $
5 PROG= uudecode
6 LINKS= ${BINDIR}/uudecode ${BINDIR}/b64decode
7 NOMAN= noman
9 WARNS?= 6
10 .include <bsd.prog.mk>