1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

Install <kvm.h> from here (after repo copy) so it's all in one package.

This commit is contained in:
Peter Wemm 1999-10-04 14:56:04 +00:00
parent 023fff94a5
commit 59c9cd2bce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51933

View File

@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
# $FreeBSD$
LIB= kvm
CFLAGS+=-DLIBC_SCCS -I${.CURDIR}/../../sys
@ -12,4 +13,8 @@ MLINKS+=kvm_getprocs.3 kvm_getargv.3 kvm_getprocs.3 kvm_getenvv.3
MLINKS+=kvm_open.3 kvm_close.3 kvm_open.3 kvm_openfiles.3
MLINKS+=kvm_read.3 kvm_write.3
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/kvm.h \
${DESTDIR}/usr/include
.include <bsd.lib.mk>