mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
fdf1f88bce
compatibility level with the GNU counterparts and have shown to be mature enough. For now, the GNU versions aren't removed from the tree, just detached from the build. Sponsored by: Google Summer of Code 2008 Portbuild run by: erwin Approved by: delphij
14 lines
214 B
Makefile
14 lines
214 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
|
|
LDADD= -lcrypto
|
|
DPADD= ${LIBCRYPTO}
|
|
|
|
#SUBDIR+= USD.doc
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|