Initial import from FreeBSD RELENG_4:
[dragonfly.git] / sbin / mount_std / Makefile
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
4 PROG=   mount_std
5 SRCS=   mount_std.c getmntopts.c
6 MAN=    mount_std.8
7 MLINKS= mount_std.8 mount_fdesc.8 \
8         mount_std.8 mount_linprocfs.8 \
9         mount_std.8 mount_procfs.8
10
11 MOUNT=  ${.CURDIR}/../mount
12 CFLAGS+= -I${MOUNT}
13 .PATH:  ${MOUNT}
14
15 LINKS=  ${BINDIR}/mount_std ${BINDIR}/mount_fdesc \
16         ${BINDIR}/mount_std ${BINDIR}/mount_linprocfs \
17         ${BINDIR}/mount_std ${BINDIR}/mount_procfs
18
19 .include <bsd.prog.mk>