0c66031ab1
Such optimisations should not be performed in this Makefile. Also, uqs@ suggested they have no effect, because the checksum of the resulting binary is unchanged. Discussed with: gabor, uqs
10 lines
184 B
Makefile
10 lines
184 B
Makefile
# $FreeBSD$
|
|
# $OpenBSD: Makefile,v 1.2 2006/11/26 11:31:09 deraadt Exp $
|
|
|
|
PROG= dc
|
|
SRCS= dc.c bcode.c inout.c mem.c stack.c
|
|
DPADD= ${LIBCRYPTO}
|
|
LDADD= -lcrypto
|
|
|
|
.include <bsd.prog.mk>
|