summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/Makefile
blob: 6a5fcdbd7f4c4ce3d023d5643056f33723f6cf6e (plain)
1
2
3
4
5
6
7
8
9
10
11
.PATH:	/usr/src/sbin/disklabel
OBJS=	tst01.o blocks.o disklabel.o dkcksum.o chunk.o disk.o change.o \
	create_chunk.o rules.o
CFLAGS+= -Wall

test:	tst01
	cp tst01 /0
	./tst01 sd0 

tst01:	${OBJS}
	cc ${CFLAGS} -static -o tst01 ${OBJS}
OpenPOWER on IntegriCloud