]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/bsdlabel/Makefile
MFV r336991, r337001:
[FreeBSD/FreeBSD.git] / sbin / bsdlabel / Makefile
1 #       @(#)Makefile    8.2 (Berkeley) 3/17/94
2 # $FreeBSD$
3
4 .PATH: ${SRCTOP}/sys/geom
5
6 PACKAGE=runtime
7 PROG=   bsdlabel
8 SRCS=   bsdlabel.c geom_bsd_enc.c
9 MAN+=   bsdlabel.8
10
11 .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
12 LINKS=  ${BINDIR}/bsdlabel ${BINDIR}/disklabel
13 MLINKS= bsdlabel.8 disklabel.8
14 .endif
15
16 LIBADD= geom
17
18 .include <bsd.prog.mk>