aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>1999-01-30 01:00:19 +0000
committerGreg Lehey <grog@FreeBSD.org>1999-01-30 01:00:19 +0000
commit306f21c0c8388ce0c518f65d45c9da18778cc72f (patch)
treefc2e698e422f04300b535f2f57b5899c55fe1338
parente8a5229dd41892a31f4beaca237e3abd3fd9f50a (diff)
Notes
-rw-r--r--sbin/vinum/Makefile3
-rw-r--r--sys/modules/vinum/Makefile3
2 files changed, 5 insertions, 1 deletions
diff --git a/sbin/vinum/Makefile b/sbin/vinum/Makefile
index 1c3e2edbdd82..d271117287c9 100644
--- a/sbin/vinum/Makefile
+++ b/sbin/vinum/Makefile
@@ -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
diff --git a/sys/modules/vinum/Makefile b/sys/modules/vinum/Makefile
index 0a89def26a8e..66a4db48c82e 100644
--- a/sys/modules/vinum/Makefile
+++ b/sys/modules/vinum/Makefile
@@ -1,5 +1,6 @@
-# $Id: Makefile.Vinum,v 1.1 1999/01/18 04:49:18 grog Exp grog $
+# $Id: Makefile,v 1.7 1999/01/21 00:25:47 grog Exp $
+MAINTAINER = grog@FreeBSD.org
SOURCE= ${.CURDIR}/../../dev/vinum
.PATH: ${SOURCE}