d1df3fcd3f
hence bump it to 6. Note that the last commit message was not quite accurate. While the assumption exists in the code, it's not possible to have an uninitialized p there because if lflag is set when username is NULL then execution would be terminated earlier.
11 lines
103 B
Makefile
11 lines
103 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= jail
|
|
MAN= jail.8
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|