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 f4e95245514f..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.7 1998/03/08 14:50:00 msmith 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> |
