From b38d812aede45775fc7a1c0c1a421029ea2fcd16 Mon Sep 17 00:00:00 2001 From: mycroft Date: Tue, 20 Dec 1994 17:32:40 +0000 Subject: [PATCH] No longer install setuid root. --- sbin/mount_msdos/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/sbin/mount_msdos/Makefile b/sbin/mount_msdos/Makefile index 2997e9848adb..c079d406b101 100644 --- a/sbin/mount_msdos/Makefile +++ b/sbin/mount_msdos/Makefile @@ -1,14 +1,9 @@ -# -# $Id: Makefile,v 1.6 1994/07/16 21:32:06 cgd Exp $ -# +# $Id: Makefile,v 1.7 1994/12/20 17:32:40 mycroft Exp $ PROG= mount_msdos SRCS= mount_msdos.c getmntopts.c MAN8= mount_msdos.0 -BINOWN= root -BINMODE= 4555 - MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${MOUNT} .PATH: ${MOUNT}