aboutsummaryrefslogblamecommitdiff
path: root/sbin/bsdlabel/Makefile
blob: 6921a655af104476488e0760775e49e03ec2974a (plain) (tree)
1
2
3
4
5
6
7
8
9
                                              
           
 
                         
 
               
               
                
                                 
                  
 
                                                                 
                                              
                              

      
            
 
                      
#	@(#)Makefile	8.2 (Berkeley) 3/17/94
# $FreeBSD$

.PATH: ${SRCTOP}/sys/geom

CONFS=	disktab
PACKAGE=runtime
PROG=	bsdlabel
SRCS=	bsdlabel.c geom_bsd_enc.c
MAN+=	bsdlabel.8

.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
LINKS=	${BINDIR}/bsdlabel ${BINDIR}/disklabel
MLINKS=	bsdlabel.8 disklabel.8
.endif

LIBADD=	geom

.include <bsd.prog.mk>