aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_ifs/Makefile
blob: 0969ac2fa0a61d9eda2d583aaec9f44a98490481 (plain) (blame)
1
2
3
4
5
6
7
8
9
#	@(#)Makefile	8.6 (Berkeley) 5/8/95
# $FreeBSD$

PROG=	mount_ifs
SRCS=	mount.c mount_ufs.c getmntopts.c
NOMAN=	true
# We do NOT install the getmntopts.3 man page.

.include <bsd.prog.mk>