[Midnightbsd-cvs] src [10295] trunk/share/man/man1/Makefile: add tests
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Jun 3 14:40:30 EDT 2018
Revision: 10295
http://svnweb.midnightbsd.org/src/?rev=10295
Author: laffer1
Date: 2018-06-03 14:40:29 -0400 (Sun, 03 Jun 2018)
Log Message:
-----------
add tests
Modified Paths:
--------------
trunk/share/man/man1/Makefile
Modified: trunk/share/man/man1/Makefile
===================================================================
--- trunk/share/man/man1/Makefile 2018-06-03 16:59:20 UTC (rev 10294)
+++ trunk/share/man/man1/Makefile 2018-06-03 18:40:29 UTC (rev 10295)
@@ -1,8 +1,16 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
-# $MidnightBSD: src/share/man/man1/Makefile,v 1.3 2008/11/11 23:01:41 laffer1 Exp $
+# $MidnightBSD$
+.include <bsd.own.mk>
+
MAN= builtin.1 intro.1
+.if ${MK_TESTS} != "no"
+ATF= ${.CURDIR}/../../../contrib/atf
+.PATH: ${ATF}/doc
+MAN+= atf-test-program.1
+.endif
+
# Create MLINKS for Shell built in commands for which there are no userland
# utilities of the same name:
MLINKS= builtin.1 alias.1 \
More information about the Midnightbsd-cvs
mailing list