mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-21 18:50:50 +01:00
51e16cb8fc
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
17 lines
271 B
Makefile
17 lines
271 B
Makefile
# $TSHeader: src/sbin/ffsinfo/Makefile,v 1.3 2000/12/05 19:45:10 tomsoft Exp $
|
|
#
|
|
|
|
GROWFS= ${.CURDIR:H}/growfs
|
|
.PATH: ${GROWFS}
|
|
|
|
PACKAGE=ufs
|
|
PROG= ffsinfo
|
|
SRCS= ffsinfo.c debug.c
|
|
MAN= ffsinfo.8
|
|
|
|
WARNS?= 1
|
|
CFLAGS+=-DFS_DEBUG -I${GROWFS}
|
|
LIBADD= ufs
|
|
|
|
.include <bsd.prog.mk>
|