NetBSD/share/doc/smm/05.fsck/Makefile

14 lines
274 B
Makefile
Raw Normal View History

1993-07-31 19:27:53 +04:00
# from: @(#)Makefile 4.3 (Berkeley) 6/30/90
# $Id: Makefile,v 1.4 1993/07/31 15:32:32 mycroft Exp $
1993-03-21 12:45:37 +03:00
DIR= smm/05.fsck
DOC= 05.fsck
1993-03-21 12:45:37 +03:00
SRCS= 0.t 1.t 2.t 3.t 4.t
TROFF= ditroff
.include <bsd.doc.mk>
${DOC}.${PRINTER}: ${SRCS}
( cd ${.CURDIR} ; ${ROFF} ${SRCS} ) > ${.TARGET}