summaryrefslogtreecommitdiff
path: root/sbin/mount_procfs/Makefile
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2004-05-18 11:07:55 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2004-05-18 11:07:55 +0000
commit4ac4e54d7aeca8f95a01bdd8c492e789c7000d7c (patch)
tree63c27ae76e822716f1a41227dc1190679883bab3 /sbin/mount_procfs/Makefile
parentfb3389aa6c32e957b970a221c7bd4db26b90768a (diff)
Backout changes accidentally committed in prvious commit.
Diffstat (limited to 'sbin/mount_procfs/Makefile')
-rw-r--r--sbin/mount_procfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_procfs/Makefile b/sbin/mount_procfs/Makefile
index 1f63bf93346..31cc3697c5a 100644
--- a/sbin/mount_procfs/Makefile
+++ b/sbin/mount_procfs/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.5 2004/05/18 10:54:08 otto Exp $
+# $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
+MOUNT= ${.CURDIR}/../mount_nfs
CFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}