diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 11:38:03 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 11:38:03 +0000 |
| commit | 64a0982bee3db2236df43357e70ce8dddbc21d48 (patch) | |
| tree | 76664a67496ac3cd9e3d5d272a5a6e430068848a /usr.sbin/mountd/Makefile | |
| parent | b71fb1a4aa198495970831c748fa2d132621fe3d (diff) | |
Notes
Diffstat (limited to 'usr.sbin/mountd/Makefile')
| -rw-r--r-- | usr.sbin/mountd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mountd/Makefile b/usr.sbin/mountd/Makefile index ab32fa38e45da..bc16512c5a262 100644 --- a/usr.sbin/mountd/Makefile +++ b/usr.sbin/mountd/Makefile @@ -5,7 +5,7 @@ PROG= mountd SRCS= mountd.c getmntopts.c MAN= exports.5 netgroup.5 mountd.8 -MOUNT= ${.CURDIR}/../../sbin/mount +MOUNT= ${SRCTOP}/sbin/mount CFLAGS+= -I${MOUNT} WARNS?= 2 |
