Module Name:    src
Committed By:   mrg
Date:           Mon Apr 12 04:19:32 UTC 2021

Modified Files:
        src/games/factor: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/games/factor/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/games/factor/Makefile
diff -u src/games/factor/Makefile:1.13 src/games/factor/Makefile:1.14
--- src/games/factor/Makefile:1.13	Sun May 21 15:28:41 2017
+++ src/games/factor/Makefile	Mon Apr 12 04:19:32 2021
@@ -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

Reply via email to