Current Path : /compat/linux/proc/self/root/usr/src/sbin/mount_std/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //compat/linux/proc/self/root/usr/src/sbin/mount_std/Makefile |
# @(#)Makefile 8.2 (Berkeley) 3/27/94 # $FreeBSD: release/9.1.0/sbin/mount_std/Makefile 203916 2010-02-15 14:07:40Z uqs $ PROG= mount_std SRCS= mount_std.c getmntopts.c MAN= mount_std.8 MLINKS= mount_std.8 mount_devfs.8 \ mount_std.8 mount_fdescfs.8 \ mount_std.8 mount_linprocfs.8 \ mount_std.8 mount_procfs.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${MOUNT} WARNS?= 3 .PATH: ${MOUNT} LINKS= ${BINDIR}/mount_std ${BINDIR}/mount_devfs \ ${BINDIR}/mount_std ${BINDIR}/mount_fdescfs \ ${BINDIR}/mount_std ${BINDIR}/mount_linprocfs \ ${BINDIR}/mount_std ${BINDIR}/mount_procfs .include <bsd.prog.mk>