097d042584
o Enable building of USD o Remove commented out targets o Remove WARNS?=6 lines since it's the default Reviewed by: gabor
12 lines
202 B
Makefile
12 lines
202 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
|
|
|
|
.include <bsd.prog.mk>
|