1997-03-11 12:28:00 +00:00
|
|
|
# @(#)Makefile 8.6 (Berkeley) 5/8/95
|
1998-03-08 14:50:04 +00:00
|
|
|
# $Id: Makefile,v 1.6 1998/01/20 10:39:57 bde Exp $
|
1994-05-26 06:35:07 +00:00
|
|
|
|
|
|
|
PROG= mount
|
1997-03-11 12:28:00 +00:00
|
|
|
SRCS= mount.c mount_ufs.c getmntopts.c vfslist.c
|
1994-08-05 02:42:42 +00:00
|
|
|
MAN8= mount.8
|
1994-05-26 06:35:07 +00:00
|
|
|
# We do NOT install the getmntopts.3 man page.
|
|
|
|
|
1998-03-08 14:50:04 +00:00
|
|
|
# We support the ROOTSLICE_HUNT hack
|
|
|
|
CFLAGS+=-DROOTSLICE_HUNT
|
|
|
|
|
1994-05-26 06:35:07 +00:00
|
|
|
.include <bsd.prog.mk>
|