xref: /freebsd/share/doc/psd/02.implement/Makefile (revision c697fb7f)
1#	@(#)Makefile	8.1 (Berkeley) 6/8/93
2# $FreeBSD$
3
4VOLUME=		psd/02.implement
5SRCS=		stubs implement
6EXTRA=		ref.bib
7MACROS=		-ms
8USE_PIC=
9USE_REFER=
10USE_SOELIM=
11CLEANFILES=	stubs
12
13stubs:
14	@(echo .R1; echo database ${.CURDIR}/ref.bib; \
15	    echo accumulate; echo .R2) > ${.TARGET}
16
17.include <bsd.doc.mk>
18