mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Sync with bsdlabel/Makefile.
This commit is contained in:
parent
12f81ec1b0
commit
6e18dd3630
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125211
@ -1,16 +1,20 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG=sunlabel
|
||||
SRCS=sunlabel.c geom_sunlabel_enc.c
|
||||
.PATH: ${.CURDIR}/../../sys/geom
|
||||
|
||||
PROG= sunlabel
|
||||
SRCS= sunlabel.c geom_sunlabel_enc.c
|
||||
MAN= sunlabel.8
|
||||
WARNS=5
|
||||
|
||||
WARNS?= 5
|
||||
|
||||
DPADD= ${LIBGEOM}
|
||||
LDADD= -lgeom
|
||||
|
||||
.PATH: ${.CURDIR}/../../sys/geom
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
test: ${PROG}
|
||||
sh ${.CURDIR}/runtest.sh
|
||||
|
||||
testx: ${PROG}
|
||||
sh -x ${.CURDIR}/runtest.sh
|
||||
|
Loading…
Reference in New Issue
Block a user