repo.or.cz
/
mpls-ppp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update the date
[mpls-ppp.git]
/
netbsd-1.2
/
Makefile.top
blob
23dd7cc1885402416750904b2bf6b760f8454d96
1
#
2
# ppp top level makefile for *bsd systems
3
#
4
5
BINDIR?= /usr/sbin
6
7
SUBDIR= chat pppd pppstats
8
MAKE+= BINDIR=$(BINDIR)
9
10
kernel:
11
@sh -e netbsd-1.2/kinstall.sh
12
13
.include <bsd.subdir.mk>