diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2010-01-02 09:58:07 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2010-01-02 09:58:07 +0000 |
| commit | daaf5759104f210a9315f49f80f1e0f01a8b3bff (patch) | |
| tree | 040818bcab6b7921d3cb5cb2ff04c4d488e8d3ea /lib/libugidfw | |
| parent | 1100c0013116f4af50d7a5b8bf23db2a13892714 (diff) | |
Notes
Diffstat (limited to 'lib/libugidfw')
| -rw-r--r-- | lib/libugidfw/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libugidfw/Makefile b/lib/libugidfw/Makefile index 23c5ea7aaf5b..2e0956575522 100644 --- a/lib/libugidfw/Makefile +++ b/lib/libugidfw/Makefile @@ -5,6 +5,8 @@ SHLIB_MAJOR= 4 SRCS= ugidfw.c INCS= ugidfw.h +WARNS?= 2 + MAN+= bsde_get_rule.3 bsde_get_rule_count.3 bsde_parse_rule.3 \ bsde_rule_to_string.3 libugidfw.3 |
