diff options
Diffstat (limited to 'libexec/snmpd/Makefile')
-rw-r--r-- | libexec/snmpd/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libexec/snmpd/Makefile b/libexec/snmpd/Makefile new file mode 100644 index 00000000000..06d5c442cc6 --- /dev/null +++ b/libexec/snmpd/Makefile @@ -0,0 +1,8 @@ +# from: @(#)Makefile 5.7 (Berkeley) 4/1/91 +# $OpenBSD: Makefile,v 1.1.1.1 2022/09/01 14:20:32 martijn Exp $ + +.include <bsd.own.mk> + +SUBDIR= snmpd_metrics + +.include <bsd.subdir.mk> |