diff options
Diffstat (limited to 'sbin/mount/Makefile')
-rw-r--r-- | sbin/mount/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/mount/Makefile b/sbin/mount/Makefile index df4ebcf8d3c1..e899d4ed6f75 100644 --- a/sbin/mount/Makefile +++ b/sbin/mount/Makefile @@ -1,9 +1,12 @@ # @(#)Makefile 8.6 (Berkeley) 5/8/95 -# $Id: Makefile,v 1.5 1997/08/25 20:38:35 bde Exp $ +# $Id: Makefile,v 1.6 1998/01/20 10:39:57 bde 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> |