]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/dc/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.bin / dc / Makefile
1 #       $FreeBSD$
2 #       $OpenBSD: Makefile,v 1.2 2006/11/26 11:31:09 deraadt Exp $
3
4 PROG=   dc
5 SRCS=   dc.c bcode.c inout.c mem.c stack.c
6 DPADD=  ${LIBCRYPTO}
7 LDADD=  -lcrypto
8
9 .include <bsd.prog.mk>