dee651eb15
to PRECIOUSLIB from bsd.lib.mk. The side effect of this is making installing the world under jail(8) possible by using another knob, NOFSCHG. Reviewed by: oliver
14 lines
181 B
Makefile
14 lines
181 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 7/19/93
|
|
# $FreeBSD$
|
|
|
|
PROG= su
|
|
|
|
DPADD= ${LIBUTIL} ${LIBPAM}
|
|
LDADD= -lutil ${MINUSLPAM}
|
|
|
|
BINOWN= root
|
|
BINMODE=4555
|
|
PRECIOUSPROG=
|
|
|
|
.include <bsd.prog.mk>
|