freebsd-dev/usr.bin/dc/Makefile
Ed Schouten 0c66031ab1 Remove unneeded CFLAGS.
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
2011-11-07 09:42:22 +00:00

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>