1*66371Sbostic# @(#)Makefile 8.2 (Berkeley) 03/17/94 235872Sbostic 341635SbosticPROG= disklabel 447698SbosticSRCS= disklabel.c dkcksum.c 541635SbosticMAN8= disklabel.0 644842SbosticCLEANFILES=disklabel.5.0 735872Sbostic 852974Sbosticall: ${PROG} disklabel.5.0 ${MAN8} 935872Sbostic 1041635Sbosticbeforeinstall: 1141635Sbostic install -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} disklabel.5.0 \ 1241635Sbostic ${DESTDIR}${MANDIR}5/disklabel.0 1335872Sbostic 1441635Sbostic.include <bsd.prog.mk> 15