Current Path : /usr/src/sbin/mount/ |
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 : //usr/src/sbin/mount/Makefile |
# @(#)Makefile 8.6 (Berkeley) 5/8/95 # $FreeBSD: release/9.1.0/sbin/mount/Makefile 198236 2009-10-19 16:00:24Z ru $ PROG= mount SRCS= mount.c mount_fs.c getmntopts.c vfslist.c MAN= mount.8 # We do NOT install the getmntopts.3 man page. DPADD= ${LIBUTIL} LDADD= -lutil .include <bsd.prog.mk>