diff options
author | ache <ache@FreeBSD.org> | 2000-01-08 16:47:55 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-01-08 16:47:55 +0000 |
commit | 27629843b562745fcc1fe1d5d008fb30d613bb86 (patch) | |
tree | a4a50401a2e107930996f2772bcbc9401d2b2cd0 /sbin/mount_msdos/Makefile | |
parent | 7aebc62b3368354bdd40f645c411e8dca4e8264e (diff) | |
download | FreeBSD-src-27629843b562745fcc1fe1d5d008fb30d613bb86.zip FreeBSD-src-27629843b562745fcc1fe1d5d008fb30d613bb86.tar.gz |
Allow #-comments in conversion table file
Diffstat (limited to 'sbin/mount_msdos/Makefile')
-rw-r--r-- | sbin/mount_msdos/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/mount_msdos/Makefile b/sbin/mount_msdos/Makefile index 700aaef..fdf9a9b 100644 --- a/sbin/mount_msdos/Makefile +++ b/sbin/mount_msdos/Makefile @@ -5,6 +5,8 @@ PROG= mount_msdos SRCS= mount_msdos.c getmntopts.c MAN8= mount_msdos.8 +DPADD= ${LIBUTIL} +LDADD= -lutil MOUNT= ${.CURDIR}/../../mount CFLAGS+= -I${MOUNT} |