optionally include CRYPTOPATH Makefile.frag files.

This commit is contained in:
mrg 1999-07-20 09:47:07 +00:00
parent 51a96a002f
commit ba255f8a34
4 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.76 1999/07/12 22:04:58 thorpej Exp $
# $NetBSD: Makefile,v 1.77 1999/07/20 09:47:08 mrg Exp $
# @(#)Makefile 8.2 (Berkeley) 1/4/94
SRCTOP= ..
@ -30,7 +30,7 @@ INCSDIR=/usr/include
MKOBJ= no
.if defined(CRYPTOPATH)
.include "${CRYPTOPATH}/include/Makefile.frag"
.sinclude "${CRYPTOPATH}/include/Makefile.frag"
.endif
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.54 1999/07/12 22:05:42 thorpej Exp $
# $NetBSD: Makefile,v 1.55 1999/07/20 09:47:07 mrg Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
SRCTOP= ..
@ -10,7 +10,7 @@ SUBDIR= csu libarch libbz2 libc libcompat libcrypt libcurses libedit libkvm \
# XXX Crypto bits must be dealt with before libtelnet.
.if defined(CRYPTOPATH)
.include "${CRYPTOPATH}/lib/Makefile.frag"
.sinclude "${CRYPTOPATH}/lib/Makefile.frag"
.endif
SUBDIR+= libtelnet

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.105 1999/07/12 22:11:37 thorpej Exp $
# $NetBSD: Makefile,v 1.106 1999/07/20 09:47:08 mrg Exp $
# from: @(#)Makefile 8.3 (Berkeley) 1/7/94
SRCTOP= ..
@ -28,7 +28,7 @@ SUBDIR= apply apropos asa at audio banner basename biff \
ypmatch ypwhich
.if defined(CRYPTOPATH)
.include "${CRYPTOPATH}/usr.bin/Makefile.frag"
.sinclude "${CRYPTOPATH}/usr.bin/Makefile.frag"
.endif
.include <bsd.subdir.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.123 1999/07/19 09:11:25 kleink Exp $
# $NetBSD: Makefile,v 1.124 1999/07/20 09:47:08 mrg Exp $
# from: @(#)Makefile 5.20 (Berkeley) 6/12/93
# XXX Temporary for NO_SENDMAIL and BUILD_POSTFIX
@ -40,7 +40,7 @@ SUBDIR+= postfix
.endif
.if defined(CRYPTOPATH)
.include "${CRYPTOPATH}/usr.sbin/Makefile.frag"
.sinclude "${CRYPTOPATH}/usr.sbin/Makefile.frag"
.endif
.include <bsd.subdir.mk>