diff options
author | ed <ed@FreeBSD.org> | 2011-10-16 09:09:33 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2011-10-16 09:09:33 +0000 |
commit | 49ae4d0407d23a6997ce62edbc811ddfdff6dbe7 (patch) | |
tree | ab1ee7f5049ca76f8d74fdd60fe8ced8293f0bde | |
parent | e3855b1e6b906bd58299dc535cd7b21f4b87488c (diff) | |
download | FreeBSD-src-49ae4d0407d23a6997ce62edbc811ddfdff6dbe7.zip FreeBSD-src-49ae4d0407d23a6997ce62edbc811ddfdff6dbe7.tar.gz |
Undo r226423.
It seems su does build without warnings, but it requires a small fix to
libbsm headers, which I have not committed to SVN yet.
-rw-r--r-- | usr.bin/su/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile index 25216cf..0002e86 100644 --- a/usr.bin/su/Makefile +++ b/usr.bin/su/Makefile @@ -5,6 +5,8 @@ PROG= su +WARNS?= 5 + DPADD= ${LIBUTIL} ${LIBPAM} LDADD= -lutil ${MINUSLPAM} |