break long line
This commit is contained in:
parent
ebb0f83c31
commit
67e18b650c
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 2002/02/27 02:21:08 itojun Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2002/02/27 02:21:36 itojun Exp $
|
||||
# $KAME: Makefile,v 1.5 2000/11/08 05:58:24 itojun Exp $
|
||||
|
||||
PROG= bftest
|
||||
@ -9,6 +9,7 @@ NOMAN= # defined
|
||||
.include <bsd.own.mk>
|
||||
|
||||
CPPFLAGS+= -I${SYSDIR} -I${SYSDIR}/arch
|
||||
.PATH: ${.CURDIR}/../blowfish ${SYSDIR}/crypto/blowfish ${SYSDIR}/crypto/blowfish/arch/${MACHINE_ARCH}
|
||||
.PATH: ${.CURDIR}/../blowfish ${SYSDIR}/crypto/blowfish \
|
||||
${SYSDIR}/crypto/blowfish/arch/${MACHINE_ARCH}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 2002/02/27 02:21:08 itojun Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2002/02/27 02:21:36 itojun Exp $
|
||||
# $KAME: Makefile,v 1.5 2000/11/08 05:58:25 itojun Exp $
|
||||
|
||||
PROG= destest
|
||||
@ -9,6 +9,7 @@ NOMAN= # defined
|
||||
.include <bsd.own.mk>
|
||||
|
||||
CPPFLAGS+= -I${SYSDIR} -I${SYSDIR}/arch
|
||||
.PATH: ${.CURDIR}/../des ${SYSDIR}/crypto/des ${SYSDIR}/crypto/des/arch/${MACHINE_ARCH}
|
||||
.PATH: ${.CURDIR}/../des ${SYSDIR}/crypto/des \
|
||||
${SYSDIR}/crypto/des/arch/${MACHINE_ARCH}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user