diff options
author | phk <phk@FreeBSD.org> | 1995-04-30 06:19:32 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-04-30 06:19:32 +0000 |
commit | 5b57901e70e5cf81adca841053c06d41584ad0e5 (patch) | |
tree | 6fb82de59ede9ba2470d3a2507b11ade635aad8f /lib | |
parent | b86a741dd0aee75cf8131bbe4a59ce0df9b4f719 (diff) | |
download | FreeBSD-src-5b57901e70e5cf81adca841053c06d41584ad0e5.zip FreeBSD-src-5b57901e70e5cf81adca841053c06d41584ad0e5.tar.gz |
Make the default case less scary :-)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libdisk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libdisk/Makefile b/lib/libdisk/Makefile index 18d1cba..0bd35b0 100644 --- a/lib/libdisk/Makefile +++ b/lib/libdisk/Makefile @@ -3,6 +3,8 @@ OBJS= tst01.o blocks.o disklabel.o dkcksum.o chunk.o disk.o change.o \ create_chunk.o rules.o write_disk.o data.o CFLAGS+= -Wall -g +all: tst01 + test: tst01 cp tst01 /0 ./tst01 wd1 |