summaryrefslogtreecommitdiffstats
path: root/sbin/mount/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-01-09 16:28:33 +0000
committerbde <bde@FreeBSD.org>1999-01-09 16:28:33 +0000
commite6eaca73da9777790a96c2876122fed4bb5e0904 (patch)
tree1ba3af95c4b2bc19d7c0f94e7d055dd0e8afb859 /sbin/mount/Makefile
parent98e70033b2ba635b2dde1145598d6c5aba7b0c4f (diff)
downloadFreeBSD-src-e6eaca73da9777790a96c2876122fed4bb5e0904.zip
FreeBSD-src-e6eaca73da9777790a96c2876122fed4bb5e0904.tar.gz
Removed ROOTSLICE_HUNT. The root device is now found better by
getvfsent() in most cases. (The main exception is when /etc/fstab still hasn't been converted to use a slice for the root device, the root device is a SCSI device, and the /dev/sd* inode for this device still hasn't been renamed to /dev/da*.)
Diffstat (limited to 'sbin/mount/Makefile')
-rw-r--r--sbin/mount/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/mount/Makefile b/sbin/mount/Makefile
index e899d4e..f4e9524 100644
--- a/sbin/mount/Makefile
+++ b/sbin/mount/Makefile
@@ -1,12 +1,9 @@
# @(#)Makefile 8.6 (Berkeley) 5/8/95
-# $Id: Makefile,v 1.6 1998/01/20 10:39:57 bde Exp $
+# $Id: Makefile,v 1.7 1998/03/08 14:50:00 msmith Exp $
PROG= mount
SRCS= mount.c mount_ufs.c getmntopts.c vfslist.c
MAN8= mount.8
# We do NOT install the getmntopts.3 man page.
-# We support the ROOTSLICE_HUNT hack
-CFLAGS+=-DROOTSLICE_HUNT
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud