Makefile revision 1.1
11.1Schristos# $OpenBSD: Makefile,v 1.3 2015/10/10 19:28:54 deraadt Exp $ 21.1Schristos 31.1SchristosPROG= dc 41.1SchristosSRCS= main.c dc.c bcode.c inout.c mem.c stack.c 51.1SchristosCOPTS+= -Wall 61.1SchristosLDADD= -lcrypto 71.1SchristosDPADD= ${LIBCRYPTO} 81.1Schristos 91.1Schristos.include <bsd.prog.mk> 10