freebsd-src/sbin/tunefs/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
180 B
Makefile
Raw Normal View History

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>