Print this page
4854 printf(1) doesn't support %b and \c properly
*** 9,20 ****
# http://www.illumos.org/license/CDDL.
#
#
# Copyright (c) 2012 by Delphix. All rights reserved.
#
.PARALLEL: $(SUBDIRS)
! SUBDIRS = os-tests test-runner zfs-tests
include Makefile.com
--- 9,21 ----
# http://www.illumos.org/license/CDDL.
#
#
# Copyright (c) 2012 by Delphix. All rights reserved.
+ # Copyright 2014 Garrett D'Amore <garrett@damore.org>
#
.PARALLEL: $(SUBDIRS)
! SUBDIRS = os-tests test-runner util-tests zfs-tests
include Makefile.com