1994-05-26 06:35:07 +00:00
|
|
|
# @(#)Makefile 8.5 (Berkeley) 3/27/94
|
|
|
|
|
|
|
|
PROG= mount
|
|
|
|
SRCS= mount.c mount_ufs.c getmntopts.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>
|