repo.or.cz
/
freebsd-src
/
fkvm-freebsd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
implements VMCB_EXIT_MSR
[freebsd-src/fkvm-freebsd.git]
/
lib
/
libautofs
/
Makefile
blob
889e971ab04c98458e03d667e730bd15c37fc76e
1
# $Id: Makefile,v 1.5 2004/09/08 08:12:21 bright Exp $
2
# $FreeBSD$
3
4
LIB
=
autofs
5
SHLIB_MAJOR
=
2
6
WARNS?
=
4
7
8
SRCS
=
libautofs.c
9
INCS
=
libautofs.h
10
MAN
=
libautofs
.3
11
12
.
include
<
bsd.lib.mk
>