Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / uudecode / Makefile
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.2 2003/06/17 04:29:33 dillon Exp $
4
5 PROG=   uudecode
6 LINKS=  ${BINDIR}/uudecode ${BINDIR}/b64decode
7 NOMAN=  noman
8
9 .include <bsd.prog.mk>