diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2011-10-16 09:09:33 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2011-10-16 09:09:33 +0000 |
| commit | 7687733bfbb7b7c5ee6455ffad94804b9ed7857b (patch) | |
| tree | ab1ee7f5049ca76f8d74fdd60fe8ced8293f0bde /usr.bin/su | |
| parent | c75216d258e46c3e5438d12d5d91608bd8bd22f8 (diff) | |
Notes
Diffstat (limited to 'usr.bin/su')
| -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 25216cf44f1d8..0002e869c4711 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} |
