config root man

Current Path : /usr/src/tools/regression/environ/

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/environ/Makefile.retention

#
# $FreeBSD: release/9.1.0/tools/regression/environ/Makefile.retention 171195 2007-07-04 00:00:41Z scf $
#
SRCS=	retention.c
PROG=	retention

CFLAGS+=-Wall -I../../../include

CLEANFILES=	*~ ${PROG}.core

NO_MAN=	yes

.include <bsd.prog.mk>

test: ${PROG}
	@./${PROG}

Man Man