diff options
author | rgrimes <rgrimes@FreeBSD.org> | 2000-01-14 07:57:47 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 2000-01-14 07:57:47 +0000 |
commit | c127d0e61e914c6951d98986385ccb730b115cf9 (patch) | |
tree | e0bf2775a4898eda7838b05b1a539892d8ea781c /lib/libdevstat/Makefile | |
parent | 2801ff847ca9459d227f155a4dedd395b7d35a30 (diff) | |
download | FreeBSD-src-c127d0e61e914c6951d98986385ccb730b115cf9.zip FreeBSD-src-c127d0e61e914c6951d98986385ccb730b115cf9.tar.gz |
Replace beforeinstall target with new variables used by .mk system.
Reviewed by: marcel, and make world
Diffstat (limited to 'lib/libdevstat/Makefile')
-rw-r--r-- | lib/libdevstat/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libdevstat/Makefile b/lib/libdevstat/Makefile index 8a3b2b2..73e51c9 100644 --- a/lib/libdevstat/Makefile +++ b/lib/libdevstat/Makefile @@ -1,7 +1,10 @@ +# $FreeBSD$ + MAINTAINER=ken@FreeBSD.ORG LIB= devstat SRCS= devstat.c +INCS= devstat.h MAN3= devstat.3 @@ -15,10 +18,6 @@ MLINKS+=devstat.3 buildmatch.3 MLINKS+=devstat.3 compute_stats.3 MLINKS+=devstat.3 compute_etime.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> |