Use obj dirs
This commit is contained in:
parent
20d0140fb0
commit
8f09e5bcdb
@ -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
|
# @(#)Makefile 8.1 (Berkeley) 6/8/93
|
||||||
|
|
||||||
DIR= smm/07.lpd
|
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
|
MACROS= -ms
|
||||||
|
|
||||||
paper.ps: ${SRCS}
|
paper.ps: ${SRCS}
|
||||||
${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
|
${SOELIM} -I${.CURDIR} ${.ALLSRC} | ${TBL} | ${ROFF} > ${.TARGET}
|
||||||
|
|
||||||
.include <bsd.doc.mk>
|
.include <bsd.doc.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user