config root man

Current Path : /usr/src/tools/regression/lib/libutil/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/src/tools/regression/lib/libutil/Makefile

# $FreeBSD: release/9.1.0/tools/regression/lib/libutil/Makefile 199214 2009-11-12 01:37:25Z des $

TESTS=	test-trimdomain test-trimdomain-nodomain test-flopen test-grp test-pidfile
CFLAGS+= -g -Wall -Wextra -Werror -lutil

.PHONY: tests
tests: ${TESTS}
	for p in ${TESTS}; do ${.OBJDIR}/$$p; done

.PHONY: clean
clean:
	-rm -f ${TESTS}

Man Man