1c426e1841
Mark the documentation in dc(1), gprof(1), rogue(6) and fsck_ffs(8) with the .roff flag in SUBDIR. Sponsored by <The NetBSD Foundation>
16 lines
255 B
Makefile
16 lines
255 B
Makefile
# $NetBSD: Makefile,v 1.4 2018/06/11 14:18:17 kamil Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= dc
|
|
SRCS= main.c dc.c bcode.c inout.c mem.c stack.c
|
|
|
|
WARNS=6
|
|
LDADD= -lcrypto
|
|
DPADD= ${LIBCRYPTO}
|
|
|
|
SUBDIR.roff+=USD.doc
|
|
|
|
.include <bsd.prog.mk>
|
|
.include <bsd.subdir.mk>
|