1# @(#)Makefile 8.2 (Berkeley) 3/17/94 2 3PROG= disklabel 4SRCS= disklabel.c dkcksum.c 5MAN8= disklabel.0 6 7.include <bsd.prog.mk> 8