1 # @(#)Makefile 5.6 (Berkeley) 4/1/91 2 # 3 # $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $ 4 5 PROG= disklabel 6 SRCS= disklabel.c dkcksum.c 7 MAN8= disklabel.0 8 BINGRP=operator 9 BINMODE=2550 10 CLEANFILES=disklabel.5.0 11 12 all: disklabel.5.0 13 14 beforeinstall: 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