summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/timed/SMM.doc/timed/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/timed/SMM.doc/timed/Makefile b/usr.sbin/timed/SMM.doc/timed/Makefile
index 134d8d44220..cb576ce336c 100644
--- a/usr.sbin/timed/SMM.doc/timed/Makefile
+++ b/usr.sbin/timed/SMM.doc/timed/Makefile
@@ -1,11 +1,14 @@
-# $OpenBSD: Makefile,v 1.1 2001/05/05 06:46:59 mickey Exp $
+# $OpenBSD: Makefile,v 1.2 2001/05/05 06:57:15 mickey Exp $
# @(#)Makefile 8.2 (Berkeley) 5/11/94
DIR= smm/12.timed
SRCS= timed.ms
+.if make(install)
+SRCS+= date loop time timed.ms unused
+.endif
MACROS= -ms
paper.ps: ${SRCS}
- ${SOELIM} ${SRCS} | ${TBL} | ${ROFF} > ${.TARGET}
+ ${SOELIM} -I${.CURDIR} ${.ALLSRC} | ${TBL} | ${ROFF} > ${.TARGET}
.include <bsd.doc.mk>