diff options
Diffstat (limited to 'sbin/mount_msdos/Makefile')
-rw-r--r-- | sbin/mount_msdos/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sbin/mount_msdos/Makefile b/sbin/mount_msdos/Makefile index 4b8557a..3d2b67c 100644 --- a/sbin/mount_msdos/Makefile +++ b/sbin/mount_msdos/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.6 1997/10/21 07:26:50 bde Exp $ +# $Id: Makefile,v 1.7 1998/01/20 10:39:55 bde Exp $ # PROG= mount_msdos @@ -10,4 +10,12 @@ MOUNT= ${.CURDIR}/../../mount CFLAGS+= -I${MOUNT} .PATH: ${MOUNT} +TABDIR= /usr/libdata/msdosfs +TABLES= koi2uni + +afterinstall: + cd ${.CURDIR} && \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} \ + ${TABLES} ${TABDIR} + .include <bsd.prog.mk> |