diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2004-05-18 11:07:55 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2004-05-18 11:07:55 +0000 |
commit | 4ac4e54d7aeca8f95a01bdd8c492e789c7000d7c (patch) | |
tree | 63c27ae76e822716f1a41227dc1190679883bab3 /sbin/mount_nfs/Makefile | |
parent | fb3389aa6c32e957b970a221c7bd4db26b90768a (diff) |
Backout changes accidentally committed in prvious commit.
Diffstat (limited to 'sbin/mount_nfs/Makefile')
-rw-r--r-- | sbin/mount_nfs/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sbin/mount_nfs/Makefile b/sbin/mount_nfs/Makefile index 213be67c4d8..0b96e9898ea 100644 --- a/sbin/mount_nfs/Makefile +++ b/sbin/mount_nfs/Makefile @@ -1,12 +1,14 @@ -# $OpenBSD: Makefile,v 1.9 2004/05/18 10:54:08 otto Exp $ +# $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 -MOUNT= ${.CURDIR}/../mount -CFLAGS+= -DNFS -I${MOUNT} -.PATH: ${MOUNT} +# Temporarily removed to use own getmntops.c - fvdl +# +#MOUNT= ${.CURDIR}/../mount +#CFLAGS+= -DNFS -I${MOUNT} +#.PATH: ${MOUNT} CFLAGS+=-DNFS .include <bsd.prog.mk> |