diff options
| author | Greg Lehey <grog@FreeBSD.org> | 1998-09-28 05:38:52 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 1998-09-28 05:38:52 +0000 |
| commit | 3d8357b49c9031e0256879898d5ee185f4da74be (patch) | |
| tree | 3595fb13bf6d236b70155dc41f46ef41393a5740 /sbin/Makefile | |
| parent | 759ae89394a94019ade91376f129084f9be8c5bf (diff) | |
Notes
Diffstat (limited to 'sbin/Makefile')
| -rw-r--r-- | sbin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 73130fac6f2b..aa64712aafd5 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.5 (Berkeley) 3/31/94 -# $Id: Makefile,v 1.55 1998/09/15 10:25:04 gibbs Exp $ +# $Id: Makefile,v 1.56 1998/09/15 11:44:41 phk Exp $ # XXX MISSING: icheck ncheck @@ -58,7 +58,8 @@ SUBDIR= atm \ spppcontrol \ swapon \ tunefs \ - umount + umount \ + vinum .if exists(${.CURDIR}/${MACHINE_ARCH}) SUBDIR+= ${MACHINE_ARCH} |
