Follow NOFSCHG if defined. (It's needed to be able to run make installworld
[dragonfly.git] / sbin / growfs / Makefile
1 #       @(#)Makefile    8.8 (Berkeley) 6/21/2000
2 #
3 # $TSHeader: src/sbin/growfs/Makefile,v 1.4 2000/12/05 19:45:24 tomsoft Exp $
4 # $FreeBSD: src/sbin/growfs/Makefile,v 1.3.2.1 2001/07/16 15:02:13 tomsoft Exp $
5 # $DragonFly: src/sbin/growfs/Makefile,v 1.3 2004/01/31 06:56:40 dillon Exp $
6 #
7
8 #GFSDBG=YES  
9 #CFLAGS+=${BDECFLAGS}
10
11 PROG=   growfs
12 SRCS=   growfs.c
13 MAN=    growfs.8
14
15 .if defined(GFSDBG)
16 SRCS+=  debug.c
17 CFLAGS+=-DFS_DEBUG
18 .endif  
19
20 .include <bsd.prog.mk>