2000-12-09 15:27:35 +00:00
|
|
|
# @(#)Makefile 8.8 (Berkeley) 6/21/2000
|
|
|
|
#
|
|
|
|
# $TSHeader: src/sbin/growfs/Makefile,v 1.4 2000/12/05 19:45:24 tomsoft Exp $
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2004-10-24 15:33:08 +00:00
|
|
|
#GFSDBG=
|
2000-12-09 15:27:35 +00:00
|
|
|
|
|
|
|
PROG= growfs
|
|
|
|
SRCS= growfs.c
|
2001-03-26 14:33:27 +00:00
|
|
|
MAN= growfs.8
|
2000-12-09 15:27:35 +00:00
|
|
|
|
|
|
|
.if defined(GFSDBG)
|
|
|
|
SRCS+= debug.c
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|