]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/growfs/Makefile
OpenSSL: update to 3.0.11
[FreeBSD/FreeBSD.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 #
5
6 .include <src.opts.mk>
7
8 .PATH:  ${.CURDIR:H}/mount
9
10 PACKAGE=ufs
11 PROG=   growfs
12 SRCS=   growfs.c getmntopts.c
13 MAN=    growfs.8
14 CFLAGS+=-I${.CURDIR:H}/mount
15
16 .if defined(GFSDBG)
17 SRCS+=  debug.c
18 CFLAGS+= -DFS_DEBUG
19 NO_WCAST_ALIGN= yes
20 .endif
21
22 LIBADD= ufs util
23
24 HAS_TESTS=
25 SUBDIR.${MK_TESTS}+= tests
26
27 .include <bsd.prog.mk>