]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/growfs/Makefile
simd(7): add missing aarch64 SIMD functions
[FreeBSD/FreeBSD.git] / sbin / growfs / Makefile
1 # $TSHeader: src/sbin/growfs/Makefile,v 1.4 2000/12/05 19:45:24 tomsoft Exp $
2 #
3
4 .include <src.opts.mk>
5
6 .PATH:  ${.CURDIR:H}/mount
7
8 PACKAGE=ufs
9 PROG=   growfs
10 SRCS=   growfs.c getmntopts.c
11 MAN=    growfs.8
12 CFLAGS+=-I${.CURDIR:H}/mount
13
14 .if defined(GFSDBG)
15 SRCS+=  debug.c
16 CFLAGS+= -DFS_DEBUG
17 NO_WCAST_ALIGN= yes
18 .endif
19
20 LIBADD= ufs util
21
22 HAS_TESTS=
23 SUBDIR.${MK_TESTS}+= tests
24
25 .include <bsd.prog.mk>