ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/sbin/mdconfig/Makefile
Revision: 11121
Committed: Tue Jun 19 19:32:44 2018 UTC (5 years, 10 months ago) by laffer1
File size: 319 byte(s)
Log Message:
sync mdconfig

File Contents

# Content
1 # $MidnightBSD$
2 # $FreeBSD: stable/10/sbin/mdconfig/Makefile 264996 2014-04-27 01:15:10Z jmmv $
3
4 .include <bsd.own.mk>
5
6 PROG= mdconfig
7 MAN= mdconfig.8
8
9 DPADD= ${LIBUTIL} ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF}
10 LDADD= -lutil -lgeom -lbsdxml -lsbuf
11
12 .if ${MK_TESTS} != "no"
13 SUBDIR+= tests
14 .endif
15
16 .include <bsd.prog.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H