repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel - Fix a vty switch/history bug
[dragonfly.git]
/
sys
/
libprop
/
Makefile
blob
980cf8013fbf1eca0fe68a01465288600b8ae3d6
1
# $NetBSD: Makefile,v 1.3 2007/08/17 11:05:04 pavel Exp $
2
NOOBJ
=
3
INCS
=
prop_array.h prop_bool.h prop_data.h prop_dictionary.h \
4
prop_ingest.h prop_number.h prop_object.h prop_string.h \
5
proplib.h plistref.h
6
7
INCSDIR
=${
INCLUDEDIR
}/
prop
8
9
.
include
<
bsd.prog.mk
>