config root man

Current Path : /usr/src/lib/libdisk/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/src/lib/libdisk/Makefile

# $FreeBSD: release/9.1.0/lib/libdisk/Makefile 221869 2011-05-14 01:53:38Z attilio $

.if ${MACHINE_CPUARCH} == "ia64"
_open_disk=	open_ia64_disk.c
.else
_change	=	change.c
_open_disk=	open_disk.c
.endif

LIB=	disk
SRCS=	blocks.c ${_change} chunk.c create_chunk.c disk.c ${_open_disk} \
	rules.c write_disk.c 
SRCS+=  write_${MACHINE}_disk.c

INCS=	libdisk.h

WARNS?=	2

CFLAGS+=	-I${.CURDIR}/../../sys/geom

.if ${MACHINE} == "pc98"
CFLAGS+=	-DPC98
.endif

CLEANFILES+=	tmp.c tst01 tst01.o
NO_PROFILE=
NO_PIC=

MAN=		libdisk.3

.include <bsd.lib.mk>

tst01: tst01.o libdisk.a
	cc ${CFLAGS} -static tst01.o -o tst01 libdisk.a

ad0:	all install tst01
	./tst01 ad0

da0:	all install tst01
	./tst01 da0

da1:	all install tst01
	./tst01 da1

Man Man