NetBSD/usr.sbin/dumpfs/Makefile
lukem bae654cfa1 When used without -F, search for `special' in fstab and use the raw version
of the fs_spec. In any case, use opendisk(3) to open the device.

When used with -F just open `special' as-is.
2001-11-09 12:01:13 +00:00

15 lines
239 B
Makefile

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