18 lines
303 B
Makefile
Raw Normal View History

# @(#)Makefile 8.1 (Berkeley) 6/8/93
# $FreeBSD$
VOLUME= psd/02.implement
2002-10-30 13:07:34 +00:00
SRCS= stubs implement
EXTRA= ref.bib
MACROS= -ms
USE_PIC=
USE_REFER=
USE_SOELIM=
2002-10-30 13:07:34 +00:00
CLEANFILES= stubs
stubs:
@(echo .R1; echo database ${.CURDIR}/ref.bib; \
echo accumulate; echo .R2) > ${.TARGET}
.include <bsd.doc.mk>