mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
14 lines
230 B
Makefile
14 lines
230 B
Makefile
|
|
|
||
|
|
LIB= devstat
|
||
|
|
SRCS= devstat.c
|
||
|
|
|
||
|
|
MAN3= devstat.3
|
||
|
|
|
||
|
|
beforeinstall:
|
||
|
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/devstat.h \
|
||
|
|
${DESTDIR}/usr/include
|
||
|
|
|
||
|
|
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../sys
|
||
|
|
|
||
|
|
.include <bsd.lib.mk>
|