1997-03-11 12:28:00 +00:00
|
|
|
# @(#)Makefile 8.6 (Berkeley) 5/8/95
|
1999-08-28 00:22:10 +00:00
|
|
|
# $FreeBSD$
|
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.
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|