xref: /original-bsd/sbin/disklabel/Makefile (revision 98a47c61)
1*98a47c61Sbostic#	@(#)Makefile	8.2 (Berkeley) 03/17/94
2795f95f3Sbostic
3391cd0edSbosticPROG=	disklabel
46c4a60edSbosticSRCS=	disklabel.c dkcksum.c
5391cd0edSbosticMAN8=	disklabel.0
678038c5bSbosticCLEANFILES=disklabel.5.0
7795f95f3Sbostic
8a770f5a1Sbosticall: ${PROG} disklabel.5.0 ${MAN8}
9795f95f3Sbostic
10391cd0edSbosticbeforeinstall:
11391cd0edSbostic	install -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} disklabel.5.0 \
12391cd0edSbostic	    ${DESTDIR}${MANDIR}5/disklabel.0
13795f95f3Sbostic
14391cd0edSbostic.include <bsd.prog.mk>
15