1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00

Add MAINTAINER

This commit is contained in:
Greg Lehey 1999-01-30 01:00:19 +00:00
parent bc81493155
commit 1c315e7931
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43404

View File

@ -1,5 +1,6 @@
# $Id: Makefile,v 1.5 1999/01/13 23:05:26 grog Exp $
MAINTAINER = grog@FreeBSD.org
PROG= vinum
SRCS= v.c list.c vinumparser.c vinumutil.c vext.h commands.c
MAN8= vinum.8
@ -13,3 +14,5 @@ BINMODE= 555
.PATH: ${.CURDIR}/../../sys/dev/vinum
.include <bsd.prog.mk>
CFLAGS += -I ${.CURDIR}/../../sys/dev/vinum