Deleted Added
full compact
Makefile (148297) Makefile (169807)
1# $FreeBSD: head/lib/libdevstat/Makefile 148297 2005-07-22 17:19:05Z kensmith $
1# $FreeBSD: head/lib/libdevstat/Makefile 169807 2007-05-21 02:49:08Z deischen $
2
3LIB= devstat
4SHLIBDIR?= /lib
5# Bump DEVSTAT_USER_API_VER in devstat.h every time this is incremented.
2
3LIB= devstat
4SHLIBDIR?= /lib
5# Bump DEVSTAT_USER_API_VER in devstat.h every time this is incremented.
6SHLIB_MAJOR= 5
6SHLIB_MAJOR= 6
7SRCS= devstat.c
8INCS= devstat.h
9
10DPADD= ${LIBKVM}
11LDADD= -lkvm
12
13MAN= devstat.3
14

--- 24 unchanged lines hidden ---
7SRCS= devstat.c
8INCS= devstat.h
9
10DPADD= ${LIBKVM}
11LDADD= -lkvm
12
13MAN= devstat.3
14

--- 24 unchanged lines hidden ---