Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/factor include bsd.own.mk to be sure NETBSDSRCDIR is set.



details:   https://anonhg.NetBSD.org/src/rev/f929185c867d
branches:  trunk
changeset: 961187:f929185c867d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Apr 12 04:19:32 2021 +0000

description:
include bsd.own.mk to be sure NETBSDSRCDIR is set.

diffstat:

 games/factor/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 78ad543a29b0 -r f929185c867d games/factor/Makefile
--- a/games/factor/Makefile     Mon Apr 12 04:18:38 2021 +0000
+++ b/games/factor/Makefile     Mon Apr 12 04:19:32 2021 +0000
@@ -1,6 +1,8 @@
-#      $NetBSD: Makefile,v 1.13 2017/05/21 15:28:41 riastradh Exp $
+#      $NetBSD: Makefile,v 1.14 2021/04/12 04:19:32 mrg Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
+.include <bsd.own.mk>
+
 PRIMES=        ${NETBSDSRCDIR}/games/primes
 
 PROG=  factor



Home | Main Index | Thread Index | Old Index