b667dc9a51
This covers the security problem descibed in SA-96:10 and Jeff says that when we upgrade to Lite2 (which fixes this problem), mount no longer needs to be setuid, so we'll never be going back. Submitted by: hsu Reviewed by: pst
12 lines
221 B
Makefile
12 lines
221 B
Makefile
# @(#)Makefile 8.3 (Berkeley) 3/27/94
|
|
|
|
PROG= mount_union
|
|
SRCS= mount_union.c getmntopts.c
|
|
MAN8= mount_union.8
|
|
|
|
MOUNT= ${.CURDIR}/../mount
|
|
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
|
|
.PATH: ${MOUNT}
|
|
|
|
.include <bsd.prog.mk>
|