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

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

LDADD+=-liosexec

BINDIR=/usr/sbin

.include <bsd.prog.mk>