6fe62276be
information to /tmp/growfs.debug, which is a world-writable directory. MFC after: 3 days Reported by: Jon Passki <cykyc@yahoo.com>
20 lines
278 B
Makefile
20 lines
278 B
Makefile
# @(#)Makefile 8.8 (Berkeley) 6/21/2000
|
|
#
|
|
# $TSHeader: src/sbin/growfs/Makefile,v 1.4 2000/12/05 19:45:24 tomsoft Exp $
|
|
# $FreeBSD$
|
|
#
|
|
|
|
#GFSDBG=
|
|
|
|
PROG= growfs
|
|
SRCS= growfs.c
|
|
MAN= growfs.8
|
|
|
|
WARNS?= 6
|
|
|
|
.if defined(GFSDBG)
|
|
SRCS+= debug.c
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|