]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/bsdlabel/Makefile
This commit was generated by cvs2svn to compensate for changes in r151513,
[FreeBSD/FreeBSD.git] / sbin / bsdlabel / Makefile
1 #       @(#)Makefile    8.2 (Berkeley) 3/17/94
2 # $FreeBSD$
3
4 .PATH: ${.CURDIR}/../../sys/geom
5
6 PROG=   bsdlabel
7 SRCS=   bsdlabel.c geom_bsd_enc.c
8 #MAN=   bsdlabel.5
9 MAN+=   bsdlabel.8
10
11 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "alpha" || \
12     ${MACHINE_ARCH} == "amd64"
13 LINKS=  ${BINDIR}/bsdlabel ${BINDIR}/disklabel
14 MLINKS= bsdlabel.8 disklabel.8
15 .endif
16
17 DPADD=  ${LIBGEOM}
18 LDADD=  -lgeom
19
20 .include <bsd.prog.mk>
21
22 test: ${PROG}
23         sh ${.CURDIR}/runtest.sh
24
25 testx: ${PROG}
26         sh -x ${.CURDIR}/runtest.sh