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

Annotation of src/usr.bin/uuencode/Makefile, Revision 1.1

1.1     ! deraadt     1: #      $NetBSD: Makefile,v 1.4 1994/12/22 12:31:20 cgd Exp $
        !             2: #      @(#)Makefile    8.1 (Berkeley) 6/6/93
        !             3:
        !             4: PROG=  uuencode
        !             5: MAN=   uuencode.1 uuencode.format.5
        !             6: MLINKS=        uuencode.1 uudecode.1
        !             7:
        !             8: .include <bsd.prog.mk>