mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 02:20:51 +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
15 lines
180 B
Makefile
15 lines
180 B
Makefile
|
|
PACKAGE=ufs
|
|
PROG= tunefs
|
|
SRCS= tunefs.c getmntopts.c
|
|
LIBADD= ufs
|
|
MAN= tunefs.8
|
|
|
|
MOUNT= ${SRCTOP}/sbin/mount
|
|
CFLAGS+= -I${MOUNT}
|
|
.PATH: ${MOUNT}
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|