Makefile revision 1.2
1#	@(#)Makefile	5.6 (Berkeley) 4/1/91
2#
3#	$Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
4
5PROG=	disklabel
6SRCS=	disklabel.c dkcksum.c
7MAN8=	disklabel.0
8BINGRP=operator
9BINMODE=2550
10CLEANFILES=disklabel.5.0
11
12all: disklabel.5.0
13
14beforeinstall:
15	install -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} disklabel.5.0 \
16	    ${DESTDIR}${MANDIR}5/disklabel.0
17
18.include <bsd.prog.mk>
19