break long line

This commit is contained in:
itojun 2002-02-27 02:21:36 +00:00
parent ebb0f83c31
commit 67e18b650c
2 changed files with 6 additions and 4 deletions

View File

@ -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>

View File

@ -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>