Work with obj directories

This commit is contained in:
christos 1997-12-21 15:46:33 +00:00
parent ac30d893d8
commit 6cedf18a50

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 1995/04/19 07:16:35 cgd Exp $
# $NetBSD: Makefile,v 1.4 1997/12/21 15:46:33 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 8/14/93
DIR= psd/18.gprof
@ -9,6 +9,6 @@ DPADD= ${EXTRA}
MACROS= -me
paper.ps: ${SRCS} ${DPADD}
${SOELIM} ${SRCS} | ${PIC} | ${TBL} | ${EQN} | ${ROFF} > ${.TARGET}
${SOELIM} -I${.CURDIR} ${.ALLSRC:M*.me} | ${PIC} | ${TBL} | ${EQN} | ${ROFF} > ${.TARGET}
.include <bsd.doc.mk>