# $OpenBSD: Makefile,v 1.10 2004/05/18 11:07:53 otto Exp $ PROG= mount_nfs SRCS= mount_nfs.c getmntopts.c MAN= mount_nfs.8 # Temporarily removed to use own getmntops.c - fvdl # #MOUNT= ${.CURDIR}/../mount #CFLAGS+= -DNFS -I${MOUNT} #.PATH: ${MOUNT} CFLAGS+=-DNFS .include