123678Speter#	@(#)Makefile	8.6 (Berkeley) 5/8/95
250476Speter# $FreeBSD$
31558Srgrimes
41558SrgrimesPROG=	mount
5152738SrodrigcSRCS=	mount.c mount_fs.c getmntopts.c vfslist.c
6253586SrodrigcMAN=	mount.8 mount.conf.8
71558Srgrimes# We do NOT install the getmntopts.3 man page.
81558Srgrimes
9166439SpjdDPADD=	${LIBUTIL}
10166439SpjdLDADD=	-lutil
11166439Spjd
121558Srgrimes.include <bsd.prog.mk>
13