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

.PATH: ../mount_flags_dir

.include <bsd.prog.mk>