diff options
Diffstat (limited to 'usr.bin/dc/Makefile')
-rw-r--r-- | usr.bin/dc/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/dc/Makefile b/usr.bin/dc/Makefile new file mode 100644 index 00000000000..a97c5c2255f --- /dev/null +++ b/usr.bin/dc/Makefile @@ -0,0 +1,8 @@ +# $OpenBSD: Makefile,v 1.1 2003/09/19 17:58:25 otto Exp $ + +PROG= dc +SRCS= dc.c bcode.c inout.c mem.c stack.c +COPTS+= -Wall +LDADD= -lcrypto + +.include <bsd.prog.mk> |