diff options
author | sjg <sjg@FreeBSD.org> | 2013-09-05 15:57:26 +0000 |
---|---|---|
committer | sjg <sjg@FreeBSD.org> | 2013-09-05 15:57:26 +0000 |
commit | 61d13f6983f254f54a424483966100812c5a5c36 (patch) | |
tree | 11421e940bc58d36b4c59c4094bd98d6e21635b0 /usr.bin/bmake/unit-tests | |
parent | 42eb0e69b4a01ca059fa4db4d572fa4154de4bb7 (diff) | |
parent | 2abe6518e634d199cdd179ce1f2b3edce30a42e1 (diff) | |
download | FreeBSD-src-61d13f6983f254f54a424483966100812c5a5c36.zip FreeBSD-src-61d13f6983f254f54a424483966100812c5a5c36.tar.gz |
Merge bmake-20130904
Diffstat (limited to 'usr.bin/bmake/unit-tests')
-rw-r--r-- | usr.bin/bmake/unit-tests/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/bmake/unit-tests/Makefile b/usr.bin/bmake/unit-tests/Makefile index 4cbf6a2..be4cd2f 100644 --- a/usr.bin/bmake/unit-tests/Makefile +++ b/usr.bin/bmake/unit-tests/Makefile @@ -5,9 +5,9 @@ SRCTOP?= ${.CURDIR:H:H:H} -# $Id: Makefile.in,v 1.43 2013/07/16 21:14:30 sjg Exp $ +# $Id: Makefile.in,v 1.44 2013/08/28 22:09:29 sjg Exp $ # -# $NetBSD: Makefile,v 1.37 2013/07/16 19:59:28 sjg Exp $ +# $NetBSD: Makefile,v 1.38 2013/08/28 21:56:50 sjg Exp $ # # Unit tests for make(1) # The main targets are: @@ -52,6 +52,7 @@ SUBFILES= \ phony-end \ posix \ qequals \ + sunshcmd \ sysv \ ternary \ unexport \ |