# $OpenBSD: Makefile,v 1.6 2004/05/18 11:07:54 otto Exp $ PROG= mount_procfs SRCS= mount_procfs.c getmntopts.c MAN= mount_procfs.8 MOUNT= ${.CURDIR}/../mount_nfs CFLAGS+= -I${MOUNT} .PATH: ${MOUNT} .include