Use obj dirs

This commit is contained in:
christos 1997-12-21 15:53:38 +00:00
parent 20d0140fb0
commit 8f09e5bcdb
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 1995/11/15 22:54:37 pk Exp $
# $NetBSD: Makefile,v 1.3 1997/12/21 15:53:38 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 6/8/93
DIR= smm/07.lpd
@ -6,6 +6,6 @@ SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t
MACROS= -ms
paper.ps: ${SRCS}
${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
${SOELIM} -I${.CURDIR} ${.ALLSRC} | ${TBL} | ${ROFF} > ${.TARGET}
.include <bsd.doc.mk>