summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/Makefile
blob: e4396f542af9d29e444971abef686a8a98776432 (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
CFLAGS+= -Wall

test:	tst01
	cp tst01 /0
	./tst01 sd0 

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