2aebb586db
libufs, which only works for Charlie root. This change reverts the introduction of libufs and moves the check into the kernel. Since the f_fstypename is the same for both ufs and ufs2, we check fs_magic for presence of ufs2 and copy "ufs2" explicitly instead. Submitted by: Christian S.J. Peron <maneo@bsdpro.com>
11 lines
205 B
Makefile
11 lines
205 B
Makefile
# @(#)Makefile 8.6 (Berkeley) 5/8/95
|
|
# $FreeBSD$
|
|
|
|
PROG= mount
|
|
SRCS= mount.c mount_ufs.c getmntopts.c vfslist.c
|
|
WARNS?= 0
|
|
MAN= mount.8
|
|
# We do NOT install the getmntopts.3 man page.
|
|
|
|
.include <bsd.prog.mk>
|