NetBSD/sbin/tunefs/Makefile
lukem e48d7547e2 Change -F from "special must be a regular file" to "special can be any type,
and don't attempt to do any file name translation (e.g, search in fstab)".

In the non -F case, search for special in fstab. If found, convert fs_spec
to a raw device name. In any case, use opendisk(3) to open the device.
2001-11-09 09:05:51 +00:00

14 lines
237 B
Makefile

# $NetBSD: Makefile,v 1.11 2001/11/09 09:05:51 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= tunefs
MAN= tunefs.8
SRCS= tunefs.c ffs_bswap.c
LDADD+=-lutil
.PATH: ${.CURDIR}/../../sys/ufs/ffs
WARNS?=2
.include <bsd.prog.mk>