xref: /dragonfly/sbin/mount_std/Makefile (revision 279dd846)
1#	@(#)Makefile	8.2 (Berkeley) 3/27/94
2#	$FreeBSD: src/sbin/mount_std/Makefile,v 1.4.6.5 2003/02/10 12:21:07 des Exp $
3
4PROG=	mount_std
5MAN=	mount_std.8
6MLINKS=	mount_std.8 mount_linprocfs.8 \
7	mount_std.8 mount_procfs.8
8
9LDADD=	-lutil
10DPADD=	${LIBUTIL}
11
12LINKS=	${BINDIR}/mount_std ${BINDIR}/mount_linprocfs \
13	${BINDIR}/mount_std ${BINDIR}/mount_procfs
14
15.include <bsd.prog.mk>
16