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

Annotation of src/usr.bin/asa/Makefile, Revision 1.3

1.3     ! etheisen    1: #      $OpenBSD: Makefile,v 1.2 1996/06/26 05:31:24 deraadt Exp $
1.1       deraadt     2: #      $NetBSD: Makefile,v 1.2 1995/03/25 18:04:51 glass Exp $
                      3:
                      4: PROG=  asa
1.3     ! etheisen    5:
        !             6: LINKS=  ${BINDIR}/asa ${BINDIR}/fpr
        !             7: MLINKS= asa.1 fpr.1
1.1       deraadt     8:
                      9: .include <bsd.prog.mk>