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

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

1.1     ! marius      1: # $OpenBSD$
        !             2:
        !             3: PROG   = gzsig
        !             4: SRCS   = gzsig.c key.c sign.c ssh2.c util.c verify.c x509.c
        !             5:
        !             6: LDADD  = -lcrypto -lm
        !             7:
        !             8: CLEANFILES     += TAGS *~
        !             9:
        !            10: .include <bsd.prog.mk>