Logo
Explore Help
Sign In
d/freebsd-skq
1
0
Fork 0
You've already forked freebsd-skq
Code Issues Pull Requests Packages Projects Releases Wiki Activity
freebsd-skq/sbin/ffsinfo/Makefile

20 lines
351 B
Makefile
Raw Normal View History

added growfs(8) including ffsinfo(8) to the freebsd base system Reviewed by: grog
2000-12-09 15:27:35 +00:00
# @(#)Makefile 8.8 (Berkeley) 6/21/2000
#
# $TSHeader: src/sbin/ffsinfo/Makefile,v 1.3 2000/12/05 19:45:10 tomsoft Exp $
# $FreeBSD$
#
GROWFS= ${.CURDIR}/../growfs
style clean.
2003-06-11 23:24:31 +00:00
.PATH: ${GROWFS}
Default to WARNS=2. Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
2001-12-04 02:19:58 +00:00
style clean.
2003-06-11 23:24:31 +00:00
PROG= ffsinfo
SRCS= ffsinfo.c debug.c
MAN= ffsinfo.8
WARNS?= 0
CFLAGS+=-DFS_DEBUG -I${GROWFS}
Commit 1 of 2 to fix ffsinfo(8) for UFS2. Update ffsinfo(8) to use new UFS2 support in the growfs(8) debugging functions. Largely consists of renaming fields and types to be aware of the UFS1/UFS2 distinction, relying on libufs(3) to open and sanity check the device/file/label accessed. Since libufs(3) now handles label/UFS interactions, remove -L argument. Note: when submitted, this patch had substantial style changes. I've attempted to remove the restyling from the patch to separate the functional and style changes. Submitted by: Lukas Ertl <l.ertl@univie.ac.at> PR: bin/53517
2003-08-14 18:55:31 +00:00
DPADD= ${LIBUFS}
LDADD= -lufs
added growfs(8) including ffsinfo(8) to the freebsd base system Reviewed by: grog
2000-12-09 15:27:35 +00:00
.include <bsd.prog.mk>
Reference in New Issue Copy Permalink
Powered by Gitea Page: 1917ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API