Add empty `depend', `tags', and `lint' targets.

This commit is contained in:
mycroft 1993-08-23 16:44:18 +00:00
parent 22ab556e04
commit d079c3bdfc
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# from: @(#)bsd.doc.mk 5.3 (Berkeley) 1/2/91
# $Id: bsd.doc.mk,v 1.14 1993/08/15 20:42:40 mycroft Exp $
# $Id: bsd.doc.mk,v 1.15 1993/08/23 16:44:18 mycroft Exp $
PRINTER?= ps
@ -38,4 +38,6 @@ spell: ${SRCS}
(cd ${.CURDIR}; spell ${SRCS}) | sort | \
comm -23 - ${.CURDIR}/spell.ok > ${DOC}.spell
depend tags lint:
.include <bsd.obj.mk>