Use GNU style like the rest of the file for my last commit.
[dragonfly/vkernel-mp.git] / sbin / disklabel / Makefile
blob572e3c140587898d216fe4acebb37af166479820
1 # @(#)Makefile 8.2 (Berkeley) 3/17/94
2 # $FreeBSD: src/sbin/disklabel/Makefile,v 1.3.14.3 2001/04/25 10:58:15 ru Exp $
3 # $DragonFly: src/sbin/disklabel/Makefile,v 1.5 2006/10/17 04:18:51 pavalos Exp $
5 PROG= disklabel
6 SRCS= disklabel.c
7 MAN= disklabel.5 disklabel.8
9 .include <bsd.prog.mk>