Record build options in the BuildInfo file via BUILD_DEFS. These can be

displayed using the -B option to pkg_info(1).

Add M68060 to BUILD_DEFS
This commit is contained in:
agc 1999-08-18 08:45:19 +00:00
parent f684acad05
commit 1d08b0cf69
2 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.19 1999/07/12 04:34:23 windsor Exp $
# $NetBSD: Makefile,v 1.20 1999/08/18 08:45:19 agc Exp $
# FreeBSD Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp
#
@ -53,6 +53,8 @@ OBJS_EXT=
ASMFLAG= -DPORTABLE -DMPORTABLE
.endif
BUILD_DEFS+= USE_RSAREF2 M68060 ASMFLAG
.if !defined(USE_RSAREF2) || ${USE_RSAREF2} != YES && ${USE_RSAREF2} != NO
pre-fetch:
@${ECHO}

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.53 1999/08/18 08:41:53 agc Exp $
# $NetBSD: Makefile,v 1.54 1999/08/18 08:45:20 agc Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
@ -169,6 +169,6 @@ post-install:
# targets precede inclusion of this.
BUILD_DEFS+= DONT_USE_IDEA SSH_CONF_DIR SSH_SUID USE_RSAREF2
BUILD_DEFS+= LIBWRAP_FWD
BUILD_DEFS+= LIBWRAP_FWD M68060
.include "../../mk/bsd.pkg.mk"