diff options
Diffstat (limited to 'sbin/pdisk/Makefile')
-rw-r--r-- | sbin/pdisk/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sbin/pdisk/Makefile b/sbin/pdisk/Makefile new file mode 100644 index 00000000000..ee2535b800b --- /dev/null +++ b/sbin/pdisk/Makefile @@ -0,0 +1,10 @@ +# $Id: Makefile,v 1.1 2001/03/24 00:20:59 drahn Exp $ + +PROG= pdisk + +SRCS= pdisk.c dump.c partition_map.c convert.c io.c errors.c bitfield.c \ + deblock_media.c file_media.c media.c pathname.c util.c validate.c + +MAN= pdisk.8 + +.include <bsd.prog.mk> |