diff options
| author | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-03-02 18:44:08 +0000 |
|---|---|---|
| committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-03-02 18:44:08 +0000 |
| commit | 7729e3ba4017a3af96cff64b68751cb9d72c79b8 (patch) | |
| tree | b4ad29ee41b5c24565c10654e789756458c2edd7 /usr.sbin/bsnmpd | |
| parent | 0dce12b8dd941e12e60126e3a6deeae2f577f80d (diff) | |
Notes
Diffstat (limited to 'usr.sbin/bsnmpd')
| -rw-r--r-- | usr.sbin/bsnmpd/modules/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bsnmpd/modules/Makefile.inc b/usr.sbin/bsnmpd/modules/Makefile.inc index adf6d726d72c..b5dad56e277a 100644 --- a/usr.sbin/bsnmpd/modules/Makefile.inc +++ b/usr.sbin/bsnmpd/modules/Makefile.inc @@ -1,8 +1,9 @@ # $FreeBSD$ SHLIB_MAJOR= 6 -WARNS?= 6 MANFILTER= sed -e 's%@MODPATH@%${LIBDIR}/%g' \ -e 's%@DEFPATH@%${DEFSDIR}/%g' \ -e 's%@MIBSPATH@%${BMIBSDIR}/%g' + +.include "../Makefile.inc" |
