Makefile revision 144362
1129474Spjd#	@(#)Makefile	8.8 (Berkeley) 6/21/2000
2129474Spjd#
3129512Spjd# $TSHeader: src/sbin/growfs/Makefile,v 1.4 2000/12/05 19:45:24 tomsoft Exp $
4129474Spjd# $FreeBSD: head/sbin/growfs/Makefile 144362 2005-03-31 04:10:31Z rwatson $
5216468Sobrien#
6129474Spjd
7129474Spjd#GFSDBG=
8
9PROG=   growfs
10SRCS=   growfs.c
11MAN=	growfs.8
12
13WARNS?=	6
14
15.if defined(GFSDBG)
16SRCS+=  debug.c
17.endif  
18
19.include <bsd.prog.mk>      
20