Undo the last commit. At the moment we require access to the structure
[dragonfly.git] / sbin / growfs / Makefile
blob0e39f1a550078ff842c870518d0775923bdaf9be
1 # @(#)Makefile 8.8 (Berkeley) 6/21/2000
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.4 2005/01/17 07:27:45 cpressey Exp $
8 #GFSDBG=YES
9 #CFLAGS+=${BDECFLAGS}
11 PROG= growfs
12 WARNS?= 6
13 SRCS= growfs.c
14 MAN= growfs.8
16 .if defined(GFSDBG)
17 SRCS+= debug.c
18 CFLAGS+=-DFS_DEBUG
19 .endif
21 .include <bsd.prog.mk>