freebsd-dev/sbin/mount/Makefile
Greg Lehey c6d1415d6a Report the difference between ufs and ufs2.
Submitted by:	"Christian S.J. Peron" <maneo@bsdpro.com>
2004-02-17 08:43:05 +00:00

13 lines
235 B
Makefile

# @(#)Makefile 8.6 (Berkeley) 5/8/95
# $FreeBSD$
PROG= mount
SRCS= mount.c mount_ufs.c getmntopts.c vfslist.c
DPADD= ${LIBUFS}
LDADD= -lufs
WARNS?= 0
MAN= mount.8
# We do NOT install the getmntopts.3 man page.
.include <bsd.prog.mk>