aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>1998-12-28 11:06:21 +0000
committerSøren Schmidt <sos@FreeBSD.org>1998-12-28 11:06:21 +0000
commit580d0d02e8b0bc5fa88973ae8ecad68edfb7a142 (patch)
tree55aae307e77b52396fd47ee596b472ef509ec80c /sbin
parent8b26ae02c5b581fa6cc408f2c6d4e84781f2ba51 (diff)
Notes
Diffstat (limited to 'sbin')
-rw-r--r--sbin/Makefile6
-rw-r--r--sbin/vinum/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index dd1c4d09197a..58ad81c3e974 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.5 (Berkeley) 3/31/94
-# $Id: Makefile,v 1.59 1998/11/10 11:54:29 bde Exp $
+# $Id: Makefile,v 1.60 1998/12/27 19:43:28 sos Exp $
# XXX MISSING: icheck ncheck
@@ -59,8 +59,8 @@ SUBDIR= adjkerntz \
startslip \
swapon \
tunefs \
- umount
-# vinum
+ umount \
+ vinum
.if exists(${.CURDIR}/${MACHINE_ARCH})
SUBDIR+= ${MACHINE_ARCH}
diff --git a/sbin/vinum/Makefile b/sbin/vinum/Makefile
index 961c10519e0e..0c421e64e074 100644
--- a/sbin/vinum/Makefile
+++ b/sbin/vinum/Makefile
@@ -1,15 +1,15 @@
-# $Id$
+# $Id: Makefile,v 1.2 1998/10/17 13:48:37 bde Exp $
PROG= vinum
SRCS= v.c list.c parser.c util.c vext.h commands.c
MAN8= vinum.8
-CFLAGS+= -I${.CURDIR}/../../lkm/vinum -g -Wall -DDEBUG -DRAID5
+CFLAGS+= -I${.CURDIR}/../../sys/dev/vinum -g -Wall -DDEBUG -DRAID5
DPADD= ${LIBUTIL} ${LIBREADLINE} ${LIBTERMCAP}
LDADD= -lutil -lreadline -ltermcap
BINGRP= kmem
BINMODE= 2555
-.PATH: ${.CURDIR}/../../lkm/vinum
+.PATH: ${.CURDIR}/../../sys/dev/vinum
.include <bsd.prog.mk>