No longer install setuid root.

This commit is contained in:
mycroft 1994-12-20 17:32:40 +00:00
parent 9e3970d80f
commit b38d812aed

View File

@ -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}