Ignore machine-check MSRs
[freebsd-src/fkvm-freebsd.git] / sbin / mount_std / Makefile
blob110a5256cf22b5d8f7677fcda039446a204faa4b
1 # @(#)Makefile 8.2 (Berkeley) 3/27/94
2 # $FreeBSD$
4 PROG= mount_std
5 SRCS= mount_std.c getmntopts.c
6 MAN= mount_std.8
7 MLINKS= mount_std.8 mount_devfs.8 \
8 mount_std.8 mount_fdescfs.8 \
9 mount_std.8 mount_linprocfs.8 \
10 mount_std.8 mount_procfs.8
12 MOUNT= ${.CURDIR}/../mount
13 CFLAGS+= -I${MOUNT}
14 WARNS?= 0
16 .PATH: ${MOUNT}
18 LINKS= ${BINDIR}/mount_std ${BINDIR}/mount_devfs \
19 ${BINDIR}/mount_std ${BINDIR}/mount_fdescfs \
20 ${BINDIR}/mount_std ${BINDIR}/mount_linprocfs \
21 ${BINDIR}/mount_std ${BINDIR}/mount_procfs
23 .include <bsd.prog.mk>