diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-08-01 09:33:11 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-08-01 09:33:11 +0000 |
commit | e2b5522f33d0ca177287a72cb0ea63e543042266 (patch) | |
tree | 8166a8c76cb1bc01d90b1e4bd9ad49ab15650721 /sbin/mount_msdos | |
parent | e5081498cac0b5cb57804c9ff477ab21ab7981a8 (diff) | |
download | FreeBSD-src-e2b5522f33d0ca177287a72cb0ea63e543042266.zip FreeBSD-src-e2b5522f33d0ca177287a72cb0ea63e543042266.tar.gz |
Use ${LIBDATADIR} instead of hardcoding /usr/libdata into the
${TABDIR} path.
PR: 17945
Submitted by: Benno Rice <benno@netizen.com.au>
Diffstat (limited to 'sbin/mount_msdos')
-rw-r--r-- | sbin/mount_msdos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_msdos/Makefile b/sbin/mount_msdos/Makefile index f40994e..87a8c89 100644 --- a/sbin/mount_msdos/Makefile +++ b/sbin/mount_msdos/Makefile @@ -12,7 +12,7 @@ MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${MOUNT} .PATH: ${MOUNT} -TABDIR= ${DESTDIR}/usr/libdata/msdosfs +TABDIR= ${DESTDIR}${LIBDATADIR}/msdosfs TABLES= iso22dos koi2dos afterinstall: |