[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / uudecode

Annotation of src/usr.bin/uudecode/Makefile, Revision 1.4

1.4     ! millert     1: #      $OpenBSD: Makefile,v 1.3 1997/09/21 11:51:39 deraadt Exp $
1.1       deraadt     2:
                      3: PROG=  uudecode
1.4     ! millert     4: LINKS= ${BINDIR}/uudecode ${BINDIR}/b64decode
1.1       deraadt     5: NOMAN= noman
                      6:
                      7: .include <bsd.prog.mk>