summaryrefslogtreecommitdiff
path: root/lib/libdevstat/Makefile
diff options
context:
space:
mode:
authorJustin T. Gibbs <gibbs@FreeBSD.org>1998-09-15 06:23:21 +0000
committerJustin T. Gibbs <gibbs@FreeBSD.org>1998-09-15 06:23:21 +0000
commit28fb27ba21cc1fd6d5fb0a4889059bf3e4b751d8 (patch)
tree9ee8809de89ba737cc819187bb5fc6b27b9a9fb8 /lib/libdevstat/Makefile
parente82ea4203797d412866827b280ebea557aafa9f9 (diff)
Notes
Diffstat (limited to 'lib/libdevstat/Makefile')
-rw-r--r--lib/libdevstat/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/libdevstat/Makefile b/lib/libdevstat/Makefile
new file mode 100644
index 000000000000..ce3f9c2bdf68
--- /dev/null
+++ b/lib/libdevstat/Makefile
@@ -0,0 +1,13 @@
+
+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>