summaryrefslogtreecommitdiffstats
path: root/diskdev_cmds/vsdbutil.tproj/Makefile
blob: 94a8db6395a96df3f07cdd008e09abae39b77f4b (plain) (blame)
1
2
3
4
5
6
7
8
PROG=	vsdbutil
MAN=	vsdbutil.8
SRCS=	vsdbutil_main.c \
	mount_flags.c

.PATH: ${.CURDIR}/../mount_flags_dir

.include <bsd.prog.mk>