Home | History | Annotate | Line # | Download | only in dc
Makefile revision 1.3.8.1
      1  1.3.8.1  pgoyette #	$NetBSD: Makefile,v 1.3.8.1 2018/06/25 07:26:10 pgoyette Exp $
      2      1.2  christos 
      3      1.2  christos .include <bsd.own.mk>
      4      1.1  christos 
      5      1.1  christos PROG=	dc
      6      1.1  christos SRCS=	main.c dc.c bcode.c inout.c mem.c stack.c
      7      1.2  christos 
      8      1.2  christos WARNS=6
      9      1.1  christos LDADD=	-lcrypto
     10      1.1  christos DPADD=	${LIBCRYPTO}
     11      1.2  christos 
     12  1.3.8.1  pgoyette SUBDIR.roff+=USD.doc
     13      1.1  christos 
     14      1.1  christos .include <bsd.prog.mk>
     15      1.2  christos .include <bsd.subdir.mk>
     16