Random makefile cleanup prior to bmake import
authorJohn Marino <draco@marino.st>
Sun, 28 Oct 2012 12:32:36 +0000 (13:32 +0100)
committerJohn Marino <draco@marino.st>
Sun, 28 Oct 2012 13:32:12 +0000 (14:32 +0100)
commitb3badcb070292bd53d2b9cabd6e4efbf1ab5e03e
tree3997422daad4727737765e9d8f849c44f9a4993c
parentb5de76b18f204bedae7e18c5797ac98ae3f94bd1
Random makefile cleanup prior to bmake import

Bmake does not like to encounter "exit 0" or "exit 1".  It fails using the
exec command.  Replace instances of "exit 1" with /usr/bin/false.  There
was one instance of "exit 0" but it was at the end the target and thus
unnecessary.

The groff/tmac makefile was improved by providing a cd command for
every installed file.

Finally, one of the test makefiles was missing a single quote in one of
the targets.
etc/Makefile
gnu/usr.bin/groff/tmac/Makefile
sys/conf/kern.post.mk
test/vkernel/Makefile
test/x86_64/Makefile
usr.bin/getconf/Makefile