diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2025-04-22 21:50:19 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2025-04-22 21:51:42 +0000 |
| commit | cda23fc36d22bfa9d57d1a57c0daaeeb86bac94f (patch) | |
| tree | 78bce56a59898f49754aa59a8a9944088fa53e8e /sbin/mount_unionfs | |
| parent | 58426589030308cd632477d328b9536b1634c54d (diff) | |
Diffstat (limited to 'sbin/mount_unionfs')
| -rw-r--r-- | sbin/mount_unionfs/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sbin/mount_unionfs/Makefile b/sbin/mount_unionfs/Makefile index 2096386a3784..35e7e8fa75b7 100644 --- a/sbin/mount_unionfs/Makefile +++ b/sbin/mount_unionfs/Makefile @@ -1,11 +1,6 @@ PACKAGE=runtime PROG= mount_unionfs -SRCS= mount_unionfs.c getmntopts.c MAN= mount_unionfs.8 - -MOUNT= ${.CURDIR:H}/mount -CFLAGS+=-I${MOUNT} - -.PATH: ${MOUNT} +LIBADD= util .include <bsd.prog.mk> |
