Current Path : /usr/src/sbin/mount_hpfs/ |
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_hpfs/Makefile |
# # $FreeBSD: release/9.1.0/sbin/mount_hpfs/Makefile 204403 2010-02-27 10:14:59Z uqs $ # PROG= mount_hpfs SRCS= mount_hpfs.c getmntopts.c MAN= mount_hpfs.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${MOUNT} -DHPFS .PATH: ${MOUNT} .include <bsd.prog.mk>