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

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

1.3     ! deraadt     1: # $OpenBSD: Makefile,v 1.2 2005/05/29 02:41:42 marius Exp $
1.1       marius      2:
                      3: PROG   = gzsig
1.2       marius      4: SRCS   = gzsig.c key.c sign.c ssh.c ssh2.c util.c verify.c x509.c
1.1       marius      5:
                      6: LDADD  = -lcrypto -lm
1.3     ! deraadt     7: DPADD  = ${LIBCRYPTO} ${LIBM}
1.1       marius      8:
                      9: CLEANFILES     += TAGS *~
                     10:
                     11: .include <bsd.prog.mk>