freebsd-dev/release/libdisk/Makefile
Poul-Henning Kamp aded89c1b1 This is a revision 0.00 of the backend stuff for the fdisk/disklabel stuff
in the new sysinstall.  If you want to give a helping hand, then send email
to phk@FreeBSD.ORG.  DO NOT COMMIT TO THIS DIRECTORY!
1995-04-28 23:57:04 +00:00

12 lines
228 B
Makefile

.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}